summaryrefslogtreecommitdiffstats
path: root/rules/uhubctl.in
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2023-09-19 15:20:35 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-09-22 11:49:16 +0200
commit2bc400cd9b583a0f9ab32569e7c845c1b18c1c39 (patch)
treeb4ac8ff2e8ace9a62bb9fb2f9dc85720d10b26db /rules/uhubctl.in
parent7949a6cbae2b00c01aba8f34f991cc2dff6eb9c5 (diff)
downloadptxdist-2bc400cd9b583a0f9ab32569e7c845c1b18c1c39.tar.gz
ptxdist-2bc400cd9b583a0f9ab32569e7c845c1b18c1c39.tar.xz
uhubctl: Cosmetic rule file changes
- bool -> tristate - whitespace - shorter install_copy call (in fact moves the binary from /usr/bin to /usr/sbin, which is what `make install` does here and where the binary is found in Debian as well) Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20230919132035.416672-1-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/uhubctl.in')
-rw-r--r--rules/uhubctl.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/uhubctl.in b/rules/uhubctl.in
index ec30f6637..6693ba16d 100644
--- a/rules/uhubctl.in
+++ b/rules/uhubctl.in
@@ -1,8 +1,8 @@
## SECTION=shell_and_console
config UHUBCTL
- bool
+ tristate
select LIBUSB
prompt "uhubctl"
help
- Utility to control USB power per-port on smart USB hubs.
+ Utility to control USB power per-port on smart USB hubs.