diff options
Diffstat (limited to 'toys/other/rfkill.c')
-rw-r--r-- | toys/other/rfkill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/rfkill.c b/toys/other/rfkill.c index 3ba346b1..36fe320d 100644 --- a/toys/other/rfkill.c +++ b/toys/other/rfkill.c @@ -5,7 +5,7 @@ * * No Standard -USE_RFKILL(NEWTOY(rfkill, "<1>2", TOYFLAG_SBIN)) +USE_RFKILL(NEWTOY(rfkill, "<1>2", TOYFLAG_USR|TOYFLAG_SBIN)) config RFKILL bool "rfkill" |