summaryrefslogtreecommitdiffstats
path: root/config/busybox/miscutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/busybox/miscutils/Config.in')
-rw-r--r--config/busybox/miscutils/Config.in37
1 files changed, 18 insertions, 19 deletions
diff --git a/config/busybox/miscutils/Config.in b/config/busybox/miscutils/Config.in
index 12bee0bdb..0f967b71e 100644
--- a/config/busybox/miscutils/Config.in
+++ b/config/busybox/miscutils/Config.in
@@ -103,6 +103,18 @@ config BUSYBOX_NANDDUMP
select BUSYBOX_PLATFORM_LINUX
help
Dump the content of raw NAND chip
+config BUSYBOX_RFKILL
+ bool "rfkill"
+ default n # doesn't build on Ubuntu 9.04
+ select BUSYBOX_PLATFORM_LINUX
+ help
+ Enable/disable wireless devices.
+
+ rfkill list : list all wireless devices
+ rfkill list bluetooth : list all bluetooth devices
+ rfkill list 1 : list device corresponding to the given index
+ rfkill block|unblock wlan : block/unblock all wlan(wifi) devices
+
config BUSYBOX_SETSERIAL
bool "setserial"
default y
@@ -150,6 +162,12 @@ config BUSYBOX_UBIUPDATEVOL
select BUSYBOX_PLATFORM_LINUX
help
Update a UBI volume.
+config BUSYBOX_WALL
+ bool "wall"
+ default y
+ depends on BUSYBOX_FEATURE_UTMP
+ help
+ Write a message to all users that are logged in.
config BUSYBOX_ADJTIMEX
bool "adjtimex"
@@ -647,18 +665,6 @@ config BUSYBOX_READAHEAD
As readahead(2) blocks until each file has been read, it is best to
run this applet as a background job.
-config BUSYBOX_RFKILL
- bool "rfkill"
- default n # doesn't build on Ubuntu 9.04
- select BUSYBOX_PLATFORM_LINUX
- help
- Enable/disable wireless devices.
-
- rfkill list : list all wireless devices
- rfkill list bluetooth : list all bluetooth devices
- rfkill list 1 : list device corresponding to the given index
- rfkill block|unblock wlan : block/unblock all wlan(wifi) devices
-
config BUSYBOX_RUNLEVEL
bool "runlevel"
default y
@@ -735,13 +741,6 @@ config BUSYBOX_VOLNAME
help
Prints a CD-ROM volume name.
-config BUSYBOX_WALL
- bool "wall"
- default y
- depends on BUSYBOX_FEATURE_UTMP
- help
- Write a message to all users that are logged in.
-
config BUSYBOX_WATCHDOG
bool "watchdog"
default y