diff options
author | Rob Landley <rob@landley.net> | 2014-06-09 07:13:05 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-06-09 07:13:05 -0500 |
commit | ef377cf6f6a1e89696df1b0c8d847000a172f846 (patch) | |
tree | ac3f11a55b8c19008103b4d1dbbf62a4608f53e3 /toys | |
parent | 8115fc121c0ee0b11ba2752438ff500cce48e347 (diff) | |
download | toybox-ef377cf6f6a1e89696df1b0c8d847000a172f846.tar.gz |
Promote rfkill.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/rfkill.c (renamed from toys/pending/rfkill.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/rfkill.c b/toys/other/rfkill.c index 04f7208e..af3efe18 100644 --- a/toys/pending/rfkill.c +++ b/toys/other/rfkill.c @@ -9,7 +9,7 @@ USE_RFKILL(NEWTOY(rfkill, "<1>2", TOYFLAG_SBIN)) config RFKILL bool "rfkill" - default n + default y help Usage: rfkill COMMAND [DEVICE] |