From 46b42b19c7dec20400c1c7621d09277bf3d92874 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 30 Aug 2012 10:20:41 +0200 Subject: update busybox to latest stable version, refresh all Config.in files --- package/busybox/config/miscutils/Config.in | 263 +++++++++++++++-------------- 1 file changed, 134 insertions(+), 129 deletions(-) (limited to 'package/busybox/config/miscutils/Config.in') diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in index 750d818ce..2e8404f0f 100644 --- a/package/busybox/config/miscutils/Config.in +++ b/package/busybox/config/miscutils/Config.in @@ -1,3 +1,4 @@ +# DO NOT EDIT. This file is generated from Config.src # # For a description of the syntax of this configuration file, # see scripts/kbuild/config-language.txt. @@ -8,84 +9,153 @@ menu "Miscellaneous Utilities" config BUSYBOX_CONSPY bool "conspy" default n - depends on BUSYBOX_PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX 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_LESS + bool "less" + depends on !ADK_PACKAGE_LESS + default y + help + 'less' is a pager, meaning that it displays text files. It possesses + a wide array of features, and is an improvement over 'more'. + +config BUSYBOX_FEATURE_LESS_MAXLINES + int "Max number of input lines less will try to eat" + default 9999999 + depends on BUSYBOX_LESS + +config BUSYBOX_FEATURE_LESS_BRACKETS + bool "Enable bracket searching" + default y + depends on BUSYBOX_LESS + help + This option adds the capability to search for matching left and right + brackets, facilitating programming. + +config BUSYBOX_FEATURE_LESS_FLAGS + bool "Enable -m/-M" + default y + depends on BUSYBOX_LESS + help + The -M/-m flag enables a more sophisticated status line. + +config BUSYBOX_FEATURE_LESS_MARKS + bool "Enable marks" + default y + depends on BUSYBOX_LESS + help + Marks enable positions in a file to be stored for easy reference. + +config BUSYBOX_FEATURE_LESS_REGEXP + bool "Enable regular expressions" + default y + depends on BUSYBOX_LESS + help + Enable regular expressions, allowing complex file searches. + +config BUSYBOX_FEATURE_LESS_WINCH + bool "Enable automatic resizing on window size changes" + default y + depends on BUSYBOX_LESS + help + Makes less track window size changes. + +config BUSYBOX_FEATURE_LESS_ASK_TERMINAL + bool "Use 'tell me cursor position' ESC sequence to measure window" + default y + depends on BUSYBOX_FEATURE_LESS_WINCH + help + Makes less track window size changes. + If terminal size can't be retrieved and $LINES/$COLUMNS are not set, + this option makes less perform a last-ditch effort to find it: + position cursor to 999,999 and ask terminal to report real + cursor position using "ESC [ 6 n" escape sequence, then read stdin. + + This is not clean but helps a lot on serial lines and such. +config BUSYBOX_FEATURE_LESS_DASHCMD + bool "Enable flag changes ('-' command)" + default y + depends on BUSYBOX_LESS + help + This enables the ability to change command-line flags within + less itself ('-' keyboard command). + +config BUSYBOX_FEATURE_LESS_LINENUMS + bool "Enable dynamic switching of line numbers" + default y + depends on BUSYBOX_FEATURE_LESS_DASHCMD + help + Enables "-N" command. config BUSYBOX_NANDWRITE bool "nandwrite" default n - depends on BUSYBOX_PLATFORM_LINUX - depends on !ADK_PACKAGE_NAND - default y if ADK_TARGET_WITH_NAND + select BUSYBOX_PLATFORM_LINUX help Write to the specified MTD device, with bad blocks awareness config BUSYBOX_NANDDUMP bool "nanddump" default n - depends on BUSYBOX_PLATFORM_LINUX - depends on !ADK_PACKAGE_NAND - default y if ADK_TARGET_WITH_NAND + select BUSYBOX_PLATFORM_LINUX help Dump the content of raw NAND chip - config BUSYBOX_SETSERIAL bool "setserial" default n - select PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX help Retrieve or set Linux serial port. - config BUSYBOX_UBIATTACH bool "ubiattach" default n - select PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX help Attach MTD device to an UBI device. config BUSYBOX_UBIDETACH bool "ubidetach" default n - select PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX help Detach MTD device from an UBI device. config BUSYBOX_UBIMKVOL bool "ubimkvol" default n - select PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX help Create a UBI volume. config BUSYBOX_UBIRMVOL bool "ubirmvol" default n - select PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX help Delete a UBI volume. config BUSYBOX_UBIRSVOL bool "ubirsvol" default n - select PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX help Resize a UBI volume. config BUSYBOX_UBIUPDATEVOL bool "ubiupdatevol" default n - select PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX help Update a UBI volume. config BUSYBOX_ADJTIMEX bool "adjtimex" default n - depends on BUSYBOX_PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX help Adjtimex reads and optionally sets adjustment parameters for the Linux clock adjustment algorithm. @@ -114,7 +184,7 @@ config BUSYBOX_FEATURE_COMPRESS_BBCONFIG config BUSYBOX_BEEP bool "beep" default n - depends on BUSYBOX_PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX help The beep applets beeps in a given freq/Hz. @@ -170,7 +240,7 @@ config BUSYBOX_FEATURE_CHAT_IMPLICIT_CR config BUSYBOX_FEATURE_CHAT_SWALLOW_OPTS bool "Swallow options" depends on BUSYBOX_CHAT - default n + default y help Busybox chat require no options. To make it not fail when used in place of original chat (which has a bunch of options) turn @@ -179,7 +249,7 @@ config BUSYBOX_FEATURE_CHAT_SWALLOW_OPTS config BUSYBOX_FEATURE_CHAT_SEND_ESCAPES bool "Support weird SEND escapes" depends on BUSYBOX_CHAT - default n + default y help Original chat uses some escape sequences in SEND arguments which are not sent to device but rather performs special actions. @@ -190,14 +260,14 @@ config BUSYBOX_FEATURE_CHAT_SEND_ESCAPES config BUSYBOX_FEATURE_CHAT_VAR_ABORT_LEN bool "Support variable-length ABORT conditions" depends on BUSYBOX_CHAT - default n + default y help Original chat uses fixed 50-bytes length ABORT conditions. Say N here. config BUSYBOX_FEATURE_CHAT_CLR_ABORT bool "Support revoking of ABORT conditions" depends on BUSYBOX_CHAT - default n + default y help Support CLR_ABORT directive. @@ -210,8 +280,7 @@ config BUSYBOX_CHRT config BUSYBOX_CROND bool "crond" - default n - select BUSYBOX_FEATURE_SUID + default y select BUSYBOX_FEATURE_SYSLOG help Crond is a background daemon that parses individual crontab @@ -225,13 +294,13 @@ config BUSYBOX_CROND config BUSYBOX_FEATURE_CROND_D bool "Support option -d to redirect output to stderr" depends on BUSYBOX_CROND - default n + default y help -d sets loglevel to 0 (most verbose) and directs all output to stderr. config BUSYBOX_FEATURE_CROND_CALL_SENDMAIL bool "Report command output via email (using sendmail)" - default n + default y depends on BUSYBOX_CROND help Command output will be sent to corresponding user via email. @@ -245,8 +314,7 @@ config BUSYBOX_FEATURE_CROND_DIR config BUSYBOX_CRONTAB bool "crontab" - default n - select BUSYBOX_FEATURE_SUID + default y help Crontab manipulates the crontab for a particular user. Only the superuser may specify a different user and/or crontab directory. @@ -262,7 +330,7 @@ config BUSYBOX_DC config BUSYBOX_FEATURE_DC_LIBM bool "Enable power and exp functions (requires libm)" - default n + default y depends on BUSYBOX_DC help Enable power and exp functions. @@ -271,7 +339,7 @@ config BUSYBOX_FEATURE_DC_LIBM config BUSYBOX_DEVFSD bool "devfsd (obsolete)" default n - depends on BUSYBOX_PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX select BUSYBOX_FEATURE_SYSLOG help This is deprecated and should NOT be used anymore. @@ -290,7 +358,7 @@ config BUSYBOX_DEVFSD config BUSYBOX_DEVFSD_MODLOAD bool "Adds support for MODLOAD keyword in devsfd.conf" - default n + default y depends on BUSYBOX_DEVFSD help This actually doesn't work with busybox modutils but needs @@ -298,7 +366,7 @@ config BUSYBOX_DEVFSD_MODLOAD config BUSYBOX_DEVFSD_FG_NP bool "Enables the -fg and -np options" - default n + default y depends on BUSYBOX_DEVFSD help -fg Run the daemon in the foreground. @@ -307,7 +375,7 @@ config BUSYBOX_DEVFSD_FG_NP config BUSYBOX_DEVFSD_VERBOSE bool "Increases logging (and size)" - default n + default y depends on BUSYBOX_DEVFSD help Increases logging to stderr or syslog. @@ -315,7 +383,7 @@ config BUSYBOX_DEVFSD_VERBOSE config BUSYBOX_FEATURE_DEVFS bool "Use devfs names for all devices (obsolete)" default n - depends on BUSYBOX_PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX help This is obsolete and should NOT be used anymore. Use linux >= 2.6 (optionally with hotplug) and mdev instead! @@ -335,13 +403,13 @@ config BUSYBOX_DEVMEM config BUSYBOX_EJECT bool "eject" default n - depends on BUSYBOX_PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX help Used to eject cdroms. (defaults to /dev/cdrom) config BUSYBOX_FEATURE_EJECT_SCSI bool "SCSI support" - default n + default y depends on BUSYBOX_EJECT help Add the -s option to eject, this allows to eject SCSI-Devices and @@ -350,7 +418,7 @@ config BUSYBOX_FEATURE_EJECT_SCSI config BUSYBOX_FBSPLASH bool "fbsplash" default n - depends on BUSYBOX_PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX help Shows splash image and progress bar on framebuffer device. Can be used during boot phase of an embedded device. ~2kb. @@ -364,35 +432,35 @@ config BUSYBOX_FBSPLASH -i path_to_cfg_file (can be "-" for stdin) -f path_to_fifo (can be "-" for stdin) - if you want to run it only in presence of kernel parameter: - grep -q "fbsplash=on" = 2.6.13 config BUSYBOX_INOTIFYD bool "inotifyd" - default n + default n # doesn't build on Knoppix 5 help Simple inotify daemon. Reports filesystem changes. Requires kernel >= 2.6.13 config BUSYBOX_LAST bool "last" - default n - select BUSYBOX_FEATURE_WTMP + default y + depends on BUSYBOX_FEATURE_WTMP help 'last' displays a list of the last users that logged into the system. choice prompt "Choose last implementation" depends on BUSYBOX_LAST - default BUSYBOX_FEATURE_LAST_SMALL + default FEATURE_LAST_FANCY config BUSYBOX_FEATURE_LAST_SMALL bool "small" @@ -437,78 +505,11 @@ config BUSYBOX_FEATURE_LAST_FANCY logged into the system (mimics sysvinit last). +900 bytes. endchoice -config BUSYBOX_LESS - bool "less" - depends on !ADK_PACKAGE_LESS - default y - help - 'less' is a pager, meaning that it displays text files. It possesses - a wide array of features, and is an improvement over 'more'. - -config BUSYBOX_FEATURE_LESS_MAXLINES - int "Max number of input lines less will try to eat" - default 9999999 - depends on BUSYBOX_LESS - -config BUSYBOX_FEATURE_LESS_BRACKETS - bool "Enable bracket searching" - default y - depends on BUSYBOX_LESS - help - This option adds the capability to search for matching left and right - brackets, facilitating programming. - -config BUSYBOX_FEATURE_LESS_FLAGS - bool "Enable extra flags" - default y - depends on BUSYBOX_LESS - help - The extra flags provided do the following: - - The -M flag enables a more sophisticated status line. - The -m flag enables a simpler status line with a percentage. - -config BUSYBOX_FEATURE_LESS_MARKS - bool "Enable marks" - default n - depends on BUSYBOX_LESS - help - Marks enable positions in a file to be stored for easy reference. - -config BUSYBOX_FEATURE_LESS_REGEXP - bool "Enable regular expressions" - default n - depends on BUSYBOX_LESS - help - Enable regular expressions, allowing complex file searches. - -config BUSYBOX_FEATURE_LESS_WINCH - bool "Enable automatic resizing on window size changes" - default n - depends on BUSYBOX_LESS - help - Makes less track window size changes. - -config BUSYBOX_FEATURE_LESS_DASHCMD - bool "Enable flag changes ('-' command)" - default n - depends on BUSYBOX_LESS - help - This enables the ability to change command-line flags within - less itself ('-' keyboard command). - -config BUSYBOX_FEATURE_LESS_LINENUMS - bool "Enable dynamic switching of line numbers" - default n - depends on BUSYBOX_FEATURE_LESS_DASHCMD - help - Enable "-N" command. - config BUSYBOX_HDPARM bool "hdparm" - depends on !ADK_PACKAGE_HDPARM default n - depends on BUSYBOX_PLATFORM_LINUX + depends on !ADK_PACKAGE_HDPARM + select BUSYBOX_PLATFORM_LINUX help Get/Set hard drive parameters. Primarily intended for ATA drives. Adds about 13k (or around 30k if you enable the @@ -526,7 +527,7 @@ config BUSYBOX_FEATURE_HDPARM_GET_IDENTITY config BUSYBOX_FEATURE_HDPARM_HDIO_SCAN_HWIF bool "Register an IDE interface (DANGEROUS)" - default n + default y depends on BUSYBOX_HDPARM help Enables the 'hdparm -R' option to register an IDE interface. @@ -534,7 +535,7 @@ config BUSYBOX_FEATURE_HDPARM_HDIO_SCAN_HWIF config BUSYBOX_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF bool "Un-register an IDE interface (DANGEROUS)" - default n + default y depends on BUSYBOX_HDPARM help Enables the 'hdparm -U' option to un-register an IDE interface. @@ -542,7 +543,7 @@ config BUSYBOX_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF config BUSYBOX_FEATURE_HDPARM_HDIO_DRIVE_RESET bool "Perform device reset (DANGEROUS)" - default n + default y depends on BUSYBOX_HDPARM help Enables the 'hdparm -w' option to perform a device reset. @@ -550,7 +551,7 @@ config BUSYBOX_FEATURE_HDPARM_HDIO_DRIVE_RESET config BUSYBOX_FEATURE_HDPARM_HDIO_TRISTATE_HWIF bool "Tristate device for hotswap (DANGEROUS)" - default n + default y depends on BUSYBOX_HDPARM help Enables the 'hdparm -x' option to tristate device for hotswap, @@ -559,7 +560,7 @@ config BUSYBOX_FEATURE_HDPARM_HDIO_TRISTATE_HWIF config BUSYBOX_FEATURE_HDPARM_HDIO_GETSET_DMA bool "Get/set using_dma flag" - default n + default y depends on BUSYBOX_HDPARM help Enables the 'hdparm -d' option to get/set using_dma flag. @@ -625,7 +626,7 @@ config BUSYBOX_MT config BUSYBOX_RAIDAUTORUN bool "raidautorun" default n - depends on BUSYBOX_PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX help raidautorun tells the kernel md driver to search and start RAID arrays. @@ -633,7 +634,8 @@ config BUSYBOX_RAIDAUTORUN config BUSYBOX_READAHEAD bool "readahead" default n - depends on BUSYBOX_LFS && BUSYBOX_PLATFORM_LINUX + depends on BUSYBOX_LFS + select BUSYBOX_PLATFORM_LINUX help Preload the files listed on the command line into RAM cache so that subsequent reads on these files will not block on disk I/O. @@ -650,7 +652,7 @@ config BUSYBOX_READAHEAD config BUSYBOX_RFKILL bool "rfkill" default y # doesn't build on Ubuntu 9.04 - depends on BUSYBOX_PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX help Enable/disable wireless devices. @@ -662,6 +664,7 @@ config BUSYBOX_RFKILL config BUSYBOX_RUNLEVEL bool "runlevel" default n + depends on BUSYBOX_FEATURE_UTMP help find the current and previous system runlevel. @@ -671,6 +674,7 @@ config BUSYBOX_RUNLEVEL config BUSYBOX_RX bool "rx" default n + select BUSYBOX_PLATFORM_LINUX help Receive files using the Xmodem protocol. @@ -682,14 +686,14 @@ config BUSYBOX_SETSID config BUSYBOX_STRINGS bool "strings" - default n + default y help strings prints the printable character sequences for each file specified. config BUSYBOX_TASKSET bool "taskset" - default n + default n # doesn't build on some non-x86 targets (m68k) help Retrieve or set a processes's CPU affinity. This requires sched_{g,s}etaffinity support in your libc. @@ -735,15 +739,16 @@ config BUSYBOX_VOLNAME config BUSYBOX_WALL bool "wall" - default n + default y + depends on BUSYBOX_FEATURE_UTMP help Write a message to all users that are logged in. config BUSYBOX_WATCHDOG bool "watchdog" + default n depends on !ADK_PACKAGE_WATCHDOG - default y - depends on BUSYBOX_PLATFORM_LINUX + select BUSYBOX_PLATFORM_LINUX help The watchdog utility is used with hardware or software watchdog device drivers. It opens the specified watchdog device special file -- cgit v1.2.3