mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/3] libusbgx: fix show-udcs
@ 2021-10-05 12:08 Michael Grzeschik
  2021-10-05 12:08 ` [ptxdist] [PATCH 2/3] libusbgx: fixes libconfig and disabling documentation Michael Grzeschik
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michael Grzeschik @ 2021-10-05 12:08 UTC (permalink / raw)
  To: ptxdist

Enabling SHOW_UDCS was installing show-gadgets instead of
show-udcs. This patch fixes that.

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
 rules/libusbgx.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/libusbgx.make b/rules/libusbgx.make
index 724d1a3d8..d2f31f52e 100644
--- a/rules/libusbgx.make
+++ b/rules/libusbgx.make
@@ -66,7 +66,7 @@ ifdef PTXCONF_SHOW_GADGETS
 endif
 
 ifdef PTXCONF_SHOW_UDCS
-	@$(call install_copy, libusbgx, 0, 0, 0755, -, /usr/bin/show-gadgets)
+	@$(call install_copy, libusbgx, 0, 0, 0755, -, /usr/bin/show-udcs)
 endif
 
 ifdef PTXCONF_GADGET_VID_PID_REMOVE
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-10-20  9:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 12:08 [ptxdist] [PATCH 1/3] libusbgx: fix show-udcs Michael Grzeschik
2021-10-05 12:08 ` [ptxdist] [PATCH 2/3] libusbgx: fixes libconfig and disabling documentation Michael Grzeschik
2021-10-20  9:39   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-10-05 12:08 ` [ptxdist] [PATCH v2 3/3] gt: add gadget-tool Michael Grzeschik
2021-10-20  9:39   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-10-20  9:39 ` [ptxdist] [APPLIED] libusbgx: fix show-udcs Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox