X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a656395fe8018b9cdc0432a53e551a3af890b698..2617211ff3e8567acd493eed008fda1b35d4b2e2:/package/busybox/config/miscutils/Config.in diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in index 9dce72ebd..d3cf407b0 100644 --- a/package/busybox/config/miscutils/Config.in +++ b/package/busybox/config/miscutils/Config.in @@ -5,6 +5,27 @@ menu "Miscellaneous Utilities" +config BUSYBOX_CONFIG_CONSPY + bool "conspy" + default n + help + A text-mode VNC like program for Linux virtual terminals. + example: conspy NUM shared access to console num + or conspy -nd NUM screenshot of console num + or conspy -cs NUM poor man's GNU screen like + +config BUSYBOX_CONFIG_UBIATTACH + bool "ubiattach" + default n + help + Attach MTD device to an UBI device. + +config BUSYBOX_CONFIG_UBIDETACH + bool "ubidetach" + default n + help + Detach MTD device from an UBI device. + config BUSYBOX_CONFIG_ADJTIMEX bool "adjtimex" default n @@ -137,11 +158,11 @@ config BUSYBOX_CONFIG_FEATURE_CROND_D -d sets loglevel to 0 (most verbose) and directs all output to stderr. config BUSYBOX_CONFIG_FEATURE_CROND_CALL_SENDMAIL - bool "Using /usr/sbin/sendmail?" + bool "Report command output via email (using sendmail)" default n depends on BUSYBOX_CONFIG_CROND help - Support calling /usr/sbin/sendmail for send cmd outputs. + Command output will be sent to corresponding user via email. config BUSYBOX_CONFIG_FEATURE_CROND_DIR string "crond spool directory" @@ -272,6 +293,13 @@ config BUSYBOX_CONFIG_FBSPLASH "NN" (ASCII decimal number) - percentage to show on progress bar "exit" - well you guessed it +config BUSYBOX_CONFIG_FLASHCP + bool "flashcp" + default n + help + The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7. + This utility is used to copy images into a MTD device. + config BUSYBOX_CONFIG_FLASH_LOCK bool "flash_lock" default n @@ -310,14 +338,14 @@ config BUSYBOX_CONFIG_INOTIFYD config BUSYBOX_CONFIG_LAST bool "last" default n - select BUSYBOX_CONFIG_FEATURE_WTMP + depends on BUSYBOX_CONFIG_FEATURE_WTMP help 'last' displays a list of the last users that logged into the system. choice prompt "Choose last implementation" depends on BUSYBOX_CONFIG_LAST - default BUSYBOX_CONFIG_FEATURE_LAST_SMALL + default BUSYBOX_CONFIG_FEATURE_LAST_FANCY config BUSYBOX_CONFIG_FEATURE_LAST_SMALL bool "small" @@ -544,6 +572,17 @@ config BUSYBOX_CONFIG_READAHEAD As readahead(2) blocks until each file has been read, it is best to run this applet as a background job. +config BUSYBOX_CONFIG_RFKILL + bool "rfkill" + default n + 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_CONFIG_RUNLEVEL bool "runlevel" default n @@ -618,6 +657,12 @@ config BUSYBOX_CONFIG_VOLNAME help Prints a CD-ROM volume name. +config BUSYBOX_CONFIG_WALL + bool "wall" + default n + help + Write a message to all users that are logged in. + config BUSYBOX_CONFIG_WATCHDOG bool "watchdog" default y