summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 13:30:16 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 13:30:16 +0100
commit1caedd37842349f5717f565c07d340d3e2995e88 (patch)
treef0f56635d7bb8c5cff0422841240ee6fa93bb948
parent743316f4bdb283d6bc6df3e310f54d688ac15cb3 (diff)
downloadembtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.gz
embtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.bz2
embtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.xz
Remove useless default on some kconfig symbols
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--busybox-archival.kconfig28
-rw-r--r--busybox-console-tools.kconfig18
-rw-r--r--busybox-coreutils.kconfig99
-rw-r--r--busybox-debianutils.kconfig9
-rw-r--r--busybox-e2fsprogs-old_e2fsprogs.kconfig8
-rw-r--r--busybox-e2fsprogs.kconfig8
-rw-r--r--busybox-editors.kconfig9
-rw-r--r--busybox-findutils.kconfig9
-rw-r--r--busybox-init.kconfig6
-rw-r--r--busybox-libbb.kconfig9
-rw-r--r--busybox-loginutils.kconfig22
-rw-r--r--busybox-mailutils.kconfig6
-rw-r--r--busybox-miscutils.kconfig55
-rw-r--r--busybox-modutils.kconfig15
-rw-r--r--busybox-networking-udhcp.kconfig8
-rw-r--r--busybox-networking.kconfig78
-rw-r--r--busybox-printutils.kconfig3
-rw-r--r--busybox-procps.kconfig24
-rw-r--r--busybox-runit.kconfig6
-rw-r--r--busybox-selinux.kconfig13
-rw-r--r--busybox-shell.kconfig22
-rw-r--r--busybox-sysklogd.kconfig8
-rw-r--r--busybox-util-linux.kconfig86
-rw-r--r--busybox.kconfig29
24 files changed, 0 insertions, 578 deletions
diff --git a/busybox-archival.kconfig b/busybox-archival.kconfig
index 0b5cf37..f00a6ba 100644
--- a/busybox-archival.kconfig
+++ b/busybox-archival.kconfig
@@ -7,31 +7,26 @@ menu "Archival Utilities"
config FEATURE_SEAMLESS_LZMA
bool "Make tar, rpm, modprobe etc understand .lzma data"
- default n
help
Make tar, rpm, modprobe etc understand .lzma data.
config FEATURE_SEAMLESS_BZ2
bool "Make tar, rpm, modprobe etc understand .bz2 data"
- default n
help
Make tar, rpm, modprobe etc understand .bz2 data.
config FEATURE_SEAMLESS_GZ
bool "Make tar, rpm, modprobe etc understand .gz data"
- default n
help
Make tar, rpm, modprobe etc understand .gz data.
config FEATURE_SEAMLESS_Z
bool "Make tar and gunzip understand .Z data"
- default n
help
Make tar and gunzip understand .Z data.
config AR
bool "ar"
- default n
help
ar is an archival utility program used to create, modify, and
extract contents from archives. An archive is a single file holding
@@ -54,7 +49,6 @@ config AR
config FEATURE_AR_LONG_FILENAMES
bool "Support for long filenames (not need for debs)"
- default n
depends on AR
help
By default the ar format can only store the first 15 characters of
@@ -64,7 +58,6 @@ config FEATURE_AR_LONG_FILENAMES
config BUNZIP2
bool "bunzip2"
- default n
help
bunzip2 is a compression utility using the Burrows-Wheeler block
sorting text compression algorithm, and Huffman coding. Compression
@@ -77,7 +70,6 @@ config BUNZIP2
config BZIP2
bool "bzip2"
- default n
help
bzip2 is a compression utility using the Burrows-Wheeler block
sorting text compression algorithm, and Huffman coding. Compression
@@ -90,7 +82,6 @@ config BZIP2
config CPIO
bool "cpio"
- default n
help
cpio is an archival utility program used to create, modify, and
extract contents from archives.
@@ -104,7 +95,6 @@ config CPIO
config FEATURE_CPIO_O
bool "Support for archive creation"
- default n
depends on CPIO
help
This implementation of cpio can create cpio archives in the "newc"
@@ -112,7 +102,6 @@ config FEATURE_CPIO_O
config DPKG
bool "dpkg"
- default n
select FEATURE_SEAMLESS_GZ
help
dpkg is a medium-level tool to install, build, remove and manage
@@ -123,7 +112,6 @@ config DPKG
config DPKG_DEB
bool "dpkg_deb"
- default n
select FEATURE_SEAMLESS_GZ
help
dpkg-deb unpacks and provides information about Debian archives.
@@ -135,7 +123,6 @@ config DPKG_DEB
config FEATURE_DPKG_DEB_EXTRACT_ONLY
bool "Extract only (-x)"
- default n
depends on DPKG_DEB
help
This reduces dpkg-deb to the equivalent of
@@ -145,7 +132,6 @@ config FEATURE_DPKG_DEB_EXTRACT_ONLY
config GUNZIP
bool "gunzip"
- default n
help
gunzip is used to decompress archives created by gzip.
You can use the `-t' option to test the integrity of
@@ -153,26 +139,22 @@ config GUNZIP
config GZIP
bool "gzip"
- default n
help
gzip is used to compress files.
It's probably the most widely used UNIX compression program.
config RPM2CPIO
bool "rpm2cpio"
- default n
help
Converts an RPM file into a CPIO archive.
config RPM
bool "rpm"
- default n
help
Mini RPM applet - queries and extracts RPM packages.
config TAR
bool "tar"
- default n
help
tar is an archiving program. It's commonly used with gzip to
create compressed archives. It's probably the most widely used
@@ -190,7 +172,6 @@ config FEATURE_TAR_CREATE
config FEATURE_TAR_AUTODETECT
bool "Autodetect gz/bz2 compressed tarballs"
- default n
depends on FEATURE_SEAMLESS_Z || FEATURE_SEAMLESS_GZ || FEATURE_SEAMLESS_BZ2 || FEATURE_SEAMLESS_LZMA
help
With this option tar can automatically detect gzip/bzip2 compressed
@@ -198,7 +179,6 @@ config FEATURE_TAR_AUTODETECT
config FEATURE_TAR_FROM
bool "Enable -X (exclude from) and -T (include from) options)"
- default n
depends on TAR
help
If you enable this option you'll be able to specify
@@ -206,7 +186,6 @@ config FEATURE_TAR_FROM
config FEATURE_TAR_OLDGNU_COMPATIBILITY
bool "Support for old tar header format"
- default N
depends on TAR
help
This option is required to unpack archives created in
@@ -215,7 +194,6 @@ config FEATURE_TAR_OLDGNU_COMPATIBILITY
config FEATURE_TAR_OLDSUN_COMPATIBILITY
bool "Enable untarring of tarballs with checksums produced by buggy Sun tar"
- default N
depends on TAR
help
This option is required to unpack archives created by some old
@@ -233,14 +211,12 @@ config FEATURE_TAR_GNU_EXTENSIONS
config FEATURE_TAR_LONG_OPTIONS
bool "Enable long options"
- default n
depends on TAR && GETOPT_LONG
help
Enable use of long options, increases size by about 400 Bytes
config FEATURE_TAR_UNAME_GNAME
bool "Enable use of user and group names"
- default n
depends on TAR
help
Enables use of user and group names in tar. This affects contents
@@ -251,14 +227,12 @@ endif #tar
config UNCOMPRESS
bool "uncompress"
- default n
help
uncompress is used to decompress archives created by compress.
Not much used anymore, replaced by gzip/gunzip.
config UNLZMA
bool "unlzma"
- default n
help
unlzma is a compression utility using the Lempel-Ziv-Markov chain
compression algorithm, and range coding. Compression
@@ -273,7 +247,6 @@ config UNLZMA
config FEATURE_LZMA_FAST
bool "Optimize unlzma for speed"
- default n
depends on UNLZMA
help
This option reduces decompression time by about 33% at the cost of
@@ -281,7 +254,6 @@ config FEATURE_LZMA_FAST
config UNZIP
bool "unzip"
- default n
help
unzip will list or extract files from a ZIP archive,
commonly found on DOS/WIN systems. The default behavior
diff --git a/busybox-console-tools.kconfig b/busybox-console-tools.kconfig
index 994140b..e7b7684 100644
--- a/busybox-console-tools.kconfig
+++ b/busybox-console-tools.kconfig
@@ -7,73 +7,62 @@ menu "Console Utilities"
config CHVT
bool "chvt"
- default n
help
This program is used to change to another terminal.
Example: chvt 4 (change to terminal /dev/tty4)
config CLEAR
bool "clear"
- default n
help
This program clears the terminal screen.
config DEALLOCVT
bool "deallocvt"
- default n
help
This program deallocates unused virtual consoles.
config DUMPKMAP
bool "dumpkmap"
- default n
help
This program dumps the kernel's keyboard translation table to
stdout, in binary format. You can then use loadkmap to load it.
config KBD_MODE
bool "kbd_mode"
- default n
help
This program reports and sets keyboard mode.
config LOADFONT
bool "loadfont"
- default n
help
This program loads a console font from standard input.
config LOADKMAP
bool "loadkmap"
- default n
help
This program loads a keyboard translation table from
standard input.
config OPENVT
bool "openvt"
- default n
help
This program is used to start a command on an unused
virtual terminal.
config RESET
bool "reset"
- default n
help
This program is used to reset the terminal screen, if it
gets messed up.
config RESIZE
bool "resize"
- default n
help
This program is used to (re)set the width and height of your current
terminal.
config FEATURE_RESIZE_PRINT
bool "Print environment variables"
- default n
depends on RESIZE
help
Prints the newly set size (number of columns and rows) of
@@ -83,27 +72,23 @@ config FEATURE_RESIZE_PRINT
config SETCONSOLE
bool "setconsole"
- default n
help
This program redirects the system console to another device,
like the current tty while logged in via telnet.
config FEATURE_SETCONSOLE_LONG_OPTIONS
bool "Enable long options"
- default n
depends on SETCONSOLE && GETOPT_LONG
help
Support long options for the setconsole applet.
config SETFONT
bool "setfont"
- default n
help
Allows to load console screen map. Useful for i18n.
config FEATURE_SETFONT_TEXTUAL_MAP
bool "Support reading textual screen maps"
- default n
depends on SETFONT
help
Support reading textual screen maps.
@@ -118,20 +103,17 @@ config DEFAULT_SETFONT_DIR
config SETKEYCODES
bool "setkeycodes"
- default n
help
This program loads entries into the kernel's scancode-to-keycode
map, allowing unusual keyboards to generate usable keycodes.
config SETLOGCONS
bool "setlogcons"
- default n
help
This program redirects the output console of kernel messages.
config SHOWKEY
bool "showkey"
- default n
help
Shows keys pressed.
diff --git a/busybox-coreutils.kconfig b/busybox-coreutils.kconfig
index 8cbc92f..0d95e90 100644
--- a/busybox-coreutils.kconfig
+++ b/busybox-coreutils.kconfig
@@ -7,7 +7,6 @@ menu "Coreutils"
config BASENAME
bool "basename"
- default n
help
basename is used to strip the directory and suffix from filenames,
leaving just the filename itself. Enable this option if you wish
@@ -15,79 +14,67 @@ config BASENAME
config CAL
bool "cal"
- default n
help
cal is used to display a monthly calender.
config CAT
bool "cat"
- default n
help
cat is used to concatenate files and print them to the standard
output. Enable this option if you wish to enable the 'cat' utility.
config CATV
bool "catv"
- default n
help
Display nonprinting characters as escape sequences (like some
implementations' cat -v option).
config CHGRP
bool "chgrp"
- default n
help
chgrp is used to change the group ownership of files.
config CHMOD
bool "chmod"
- default n
help
chmod is used to change the access permission of files.
config CHOWN
bool "chown"
- default n
help
chown is used to change the user and/or group ownership
of files.
config CHROOT
bool "chroot"
- default n
help
chroot is used to change the root directory and run a command.
The default command is `/bin/sh'.
config CKSUM
bool "cksum"
- default n
help
cksum is used to calculate the CRC32 checksum of a file.
config COMM
bool "comm"
- default n
help
comm is used to compare two files line by line and return
a three-column output.
config CP
bool "cp"
- default n
help
cp is used to copy files and directories.
config CUT
bool "cut"
- default n
help
cut is used to print selected parts of lines from
each file to stdout.
config DATE
bool "date"
- default n
help
date is used to set the system date or display the
current time in the given format.
@@ -102,7 +89,6 @@ config FEATURE_DATE_ISOFMT
config DD
bool "dd"
- default n
help
dd copies a file (from standard input to standard output,
by default) using specific input and output blocksizes,
@@ -123,7 +109,6 @@ config FEATURE_DD_SIGNAL_HANDLING
config FEATURE_DD_IBS_OBS
bool "Enable ibs, obs and conv options"
- default n
depends on DD
help
Enables support for writing a certain number of bytes in and out,
@@ -131,28 +116,24 @@ config FEATURE_DD_IBS_OBS
config DF
bool "df"
- default n
help
df reports the amount of disk space used and available
on filesystems.
config FEATURE_DF_FANCY
bool "Enable -a, -i, -B"
- default n
depends on DF
help
This option enables -a, -i and -B.
config DIRNAME
bool "dirname"
- default n
help
dirname is used to strip a non-directory suffix from
a file name.
config DOS2UNIX
bool "dos2unix/unix2dos"
- default n
help
dos2unix is used to convert a text file from DOS format to
UNIX format, and vice versa.
@@ -167,7 +148,6 @@ config UNIX2DOS
config DU
bool "du (default blocksize of 512 bytes)"
- default n
help
du is used to report the amount of disk space used
for specified files.
@@ -181,7 +161,6 @@ config FEATURE_DU_DEFAULT_BLOCKSIZE_1K
config ECHO
bool "echo (basic SuSv3 version taking no options)"
- default n
help
echo is used to print a specified string to stdout.
@@ -195,7 +174,6 @@ config FEATURE_FANCY_ECHO
config ENV
bool "env"
- default n
help
env is used to set an environment variable and run
a command; without options it displays the current
@@ -203,34 +181,29 @@ config ENV
config FEATURE_ENV_LONG_OPTIONS
bool "Enable long options"
- default n
depends on ENV && GETOPT_LONG
help
Support long options for the env applet.
config EXPAND
bool "expand"
- default n
help
By default, convert all tabs to spaces.
config FEATURE_EXPAND_LONG_OPTIONS
bool "Enable long options"
- default n
depends on EXPAND && GETOPT_LONG
help
Support long options for the expand applet.
config EXPR
bool "expr"
- default n
help
expr is used to calculate numbers and print the result
to standard output.
config EXPR_MATH_SUPPORT_64
bool "Extend Posix numbers support to 64 bit"
- default n
depends on EXPR
help
Enable 64-bit math support in the expr applet. This will make
@@ -239,77 +212,65 @@ config EXPR_MATH_SUPPORT_64
config FALSE
bool "false"
- default n
help
false returns an exit code of FALSE (1).
config FOLD
bool "fold"
- default n
help
Wrap text to fit a specific width.
config HEAD
bool "head"
- default n
help
head is used to print the first specified number of lines
from files.
config FEATURE_FANCY_HEAD
bool "Enable head options (-c, -q, and -v)"
- default n
depends on HEAD
help
This enables the head options (-c, -q, and -v).
config HOSTID
bool "hostid"
- default n
help
hostid prints the numeric identifier (in hexadecimal) for
the current host.
config ID
bool "id"
- default n
help
id displays the current user and group ID names.
config INSTALL
bool "install"
- default n
help
Copy files and set attributes.
config FEATURE_INSTALL_LONG_OPTIONS
bool "Enable long options"
- default n
depends on INSTALL && GETOPT_LONG
help
Support long options for the install applet.
config LENGTH
bool "length"
- default n
help
length is used to print out the length of a specified string.
config LN
bool "ln"
- default n
help
ln is used to create hard or soft links between files.
config LOGNAME
bool "logname"
- default n
help
logname is used to print the current user's login name.
config LS
bool "ls"
- default n
help
ls is used to list the contents of directories.
@@ -364,7 +325,6 @@ config FEATURE_LS_COLOR
config FEATURE_LS_COLOR_IS_DEFAULT
bool "Produce colored ls output by default"
- default n
depends on FEATURE_LS_COLOR
help
Saying yes here will turn coloring on by default,
@@ -375,123 +335,104 @@ config FEATURE_LS_COLOR_IS_DEFAULT
config MD5SUM
bool "md5sum"
- default n
help
md5sum is used to print or check MD5 checksums.
config MKDIR
bool "mkdir"
- default n
help
mkdir is used to create directories with the specified names.
config FEATURE_MKDIR_LONG_OPTIONS
bool "Enable long options"
- default n
depends on MKDIR && GETOPT_LONG
help
Support long options for the mkdir applet.
config MKFIFO
bool "mkfifo"
- default n
help
mkfifo is used to create FIFOs (named pipes).
The `mknod' program can also create FIFOs.
config MKNOD
bool "mknod"
- default n
help
mknod is used to create FIFOs or block/character special
files with the specified names.
config MV
bool "mv"
- default n
help
mv is used to move or rename files or directories.
config FEATURE_MV_LONG_OPTIONS
bool "Enable long options"
- default n
depends on MV && GETOPT_LONG
help
Support long options for the mv applet.
config NICE
bool "nice"
- default n
help
nice runs a program with modified scheduling priority.
config NOHUP
bool "nohup"
- default n
help
run a command immune to hangups, with output to a non-tty.
config OD
bool "od"
- default n
help
od is used to dump binary files in octal and other formats.
config PRINTENV
bool "printenv"
- default n
help
printenv is used to print all or part of environment.
config PRINTF
bool "printf"
- default n
help
printf is used to format and print specified strings.
It's similar to `echo' except it has more options.
config PWD
bool "pwd"
- default n
help
pwd is used to print the current directory.
config READLINK
bool "readlink"
- default n
help
This program reads a symbolic link and returns the name
of the file it points to
config FEATURE_READLINK_FOLLOW
bool "Enable canonicalization by following all symlinks (-f)"
- default n
depends on READLINK
help
Enable the readlink option (-f).
config REALPATH
bool "realpath"
- default n
help
Return the canonicalized absolute pathname.
This isn't provided by GNU shellutils, but where else does it belong.
config RM
bool "rm"
- default n
help
rm is used to remove files or directories.
config RMDIR
bool "rmdir"
- default n
help
rmdir is used to remove empty directories.
config FEATURE_RMDIR_LONG_OPTIONS
bool "Enable long options"
- default n
depends on RMDIR && GETOPT_LONG
help
Support long options for the rmdir applet, including
@@ -499,19 +440,16 @@ config FEATURE_RMDIR_LONG_OPTIONS
config SEQ
bool "seq"
- default n
help
print a sequence of numbers
config SHA1SUM
bool "sha1sum"
- default n
help
Compute and check SHA1 message digest
config SLEEP
bool "sleep"
- default n
help
sleep is used to pause for a specified number of seconds.
It comes in 3 versions:
@@ -525,21 +463,18 @@ config SLEEP
config FEATURE_FANCY_SLEEP
bool "Enable multiple arguments and s/m/h/d suffixes"
- default n
depends on SLEEP
help
Allow sleep to pause for specified minutes, hours, and days.
config FEATURE_FLOAT_SLEEP
bool "Enable fractional arguments"
- default n
depends on FEATURE_FANCY_SLEEP
help
Allow for fractional numeric parameters.
config SORT
bool "sort"
- default n
help
sort is used to sort lines of text in specified files.
@@ -557,13 +492,11 @@ config FEATURE_SORT_BIG
config SPLIT
bool "split"
- default n
help
split a file into pieces.
config FEATURE_SPLIT_FANCY
bool "Fancy extensions"
- default n
depends on SPLIT
help
Add support for features not required by SUSv3.
@@ -572,13 +505,11 @@ config FEATURE_SPLIT_FANCY
config STAT
bool "stat"
- default n
help
display file or filesystem status.
config FEATURE_STAT_FORMAT
bool "Enable custom formats (-c)"
- default n
depends on STAT
help
Without this, stat will not support the '-c format' option where
@@ -587,31 +518,26 @@ config FEATURE_STAT_FORMAT
config STTY
bool "stty"
- default n
help
stty is used to change and print terminal line settings.
config SUM
bool "sum"
- default n
help
checksum and count the blocks in a file
config SYNC
bool "sync"
- default n
help
sync is used to flush filesystem buffers.
config TAC
bool "tac"
- default n
help
tac is used to concatenate and print files in reverse.
config TAIL
bool "tail"
- default n
help
tail is used to print the last specified number of lines
from files.
@@ -626,21 +552,18 @@ config FEATURE_FANCY_TAIL
config TEE
bool "tee"
- default n
help
tee is used to read from standard input and write
to standard output and files.
config FEATURE_TEE_USE_BLOCK_IO
bool "Enable block I/O (larger/faster) instead of byte I/O"
- default n
depends on TEE
help
Enable this option for a faster tee, at expense of size.
config TEST
bool "test"
- default n
help
test is used to check file types and compare values,
returning an appropriate exit code. The bash shell
@@ -648,28 +571,24 @@ config TEST
config FEATURE_TEST_64
bool "Extend test to 64 bit"
- default n
depends on TEST || ASH_BUILTIN_TEST
help
Enable 64-bit support in test.
config TOUCH
bool "touch"
- default n
help
touch is used to create or change the access and/or
modification timestamp of specified files.
config TR
bool "tr"
- default n
help
tr is used to squeeze, and/or delete characters from standard
input, writing to standard output.
config FEATURE_TR_CLASSES
bool "Enable character classes (such as [:upper:])"
- default n
depends on TR
help
Enable character classes, enabling commands such as:
@@ -677,7 +596,6 @@ config FEATURE_TR_CLASSES
config FEATURE_TR_EQUIV
bool "Enable equivalence classes"
- default n
depends on TR
help
Enable equivalence classes, which essentially add the enclosed
@@ -688,91 +606,77 @@ config FEATURE_TR_EQUIV
config TRUE
bool "true"
- default n
help
true returns an exit code of TRUE (0).
config TTY
bool "tty"
- default n
help
tty is used to print the name of the current terminal to
standard output.
config UNAME
bool "uname"
- default n
help
uname is used to print system information.
config UNEXPAND
bool "unexpand"
- default n
help
By default, convert only leading sequences of blanks to tabs.
config FEATURE_UNEXPAND_LONG_OPTIONS
bool "Enable long options"
- default n
depends on UNEXPAND && GETOPT_LONG
help
Support long options for the unexpand applet.
config UNIQ
bool "uniq"
- default n
help
uniq is used to remove duplicate lines from a sorted file.
config USLEEP
bool "usleep"
- default n
help
usleep is used to pause for a specified number of microseconds.
config UUDECODE
bool "uudecode"
- default n
help
uudecode is used to decode a uuencoded file.
config UUENCODE
bool "uuencode"
- default n
help
uuencode is used to uuencode a file.
config WC
bool "wc"
- default n
help
wc is used to print the number of bytes, words, and lines,
in specified files.
config FEATURE_WC_LARGE
bool "Support very large files in wc"
- default n
depends on WC
help
Use "unsigned long long" in wc for count variables.
config WHO
bool "who"
- default n
select FEATURE_UTMP
help
who is used to show who is logged on.
config WHOAMI
bool "whoami"
- default n
help
whoami is used to print the username of the current
user id (same as id -un).
config YES
bool "yes"
- default n
help
yes is used to repeatedly output a specific string, or
the default string `y'.
@@ -782,7 +686,6 @@ comment "Common options for cp and mv"
config FEATURE_PRESERVE_HARDLINKS
bool "Preserve hard links"
- default n
depends on CP || MV
help
Allow cp and mv to preserve hard links.
@@ -806,7 +709,6 @@ comment "Common options for df, du, ls"
config FEATURE_HUMAN_READABLE
bool "Support for human readable output (example 13k, 23M, 235G)"
- default n
depends on DF || DU || LS
help
Allow df, du, and ls to have human readable output.
@@ -816,7 +718,6 @@ comment "Common options for md5sum, sha1sum"
config FEATURE_MD5_SHA1_SUM_CHECK
bool "Enable -c, -s and -w options"
- default n
depends on MD5SUM || SHA1SUM
help
Enabling the -c options allows files to be checked
diff --git a/busybox-debianutils.kconfig b/busybox-debianutils.kconfig
index 8deb38f..90ef1f0 100644
--- a/busybox-debianutils.kconfig
+++ b/busybox-debianutils.kconfig
@@ -7,19 +7,16 @@ menu "Debian Utilities"
config MKTEMP
bool "mktemp"
- default n
help
mktemp is used to create unique temporary files
config PIPE_PROGRESS
bool "pipe_progress"
- default n
help
Display a dot to indicate pipe activity.
config RUN_PARTS
bool "run-parts"
- default n
help
run-parts is a utility designed to run all the scripts in a directory.
@@ -34,14 +31,12 @@ config RUN_PARTS
config FEATURE_RUN_PARTS_LONG_OPTIONS
bool "Enable long options"
- default n
depends on RUN_PARTS && GETOPT_LONG
help
Support long options for the run-parts applet.
config FEATURE_RUN_PARTS_FANCY
bool "Support additional arguments"
- default n
depends on RUN_PARTS
help
Support additional options:
@@ -50,7 +45,6 @@ config FEATURE_RUN_PARTS_FANCY
config START_STOP_DAEMON
bool "start-stop-daemon"
- default n
help
start-stop-daemon is used to control the creation and
termination of system-level processes, usually the ones
@@ -58,7 +52,6 @@ config START_STOP_DAEMON
config FEATURE_START_STOP_DAEMON_FANCY
bool "Support additional arguments"
- default n
depends on START_STOP_DAEMON
help
Support additional arguments.
@@ -68,14 +61,12 @@ config FEATURE_START_STOP_DAEMON_FANCY
config FEATURE_START_STOP_DAEMON_LONG_OPTIONS
bool "Enable long options"
- default n
depends on START_STOP_DAEMON && GETOPT_LONG
help
Support long options for the start-stop-daemon applet.
config WHICH
bool "which"
- default n
help
which is used to find programs in your PATH and
print out their pathnames.
diff --git a/busybox-e2fsprogs-old_e2fsprogs.kconfig b/busybox-e2fsprogs-old_e2fsprogs.kconfig
index 5990f55..8994eb3 100644
--- a/busybox-e2fsprogs-old_e2fsprogs.kconfig
+++ b/busybox-e2fsprogs-old_e2fsprogs.kconfig
@@ -7,13 +7,11 @@ menu "Linux Ext2 FS Progs"
config CHATTR
bool "chattr"
- default n
help
chattr changes the file attributes on a second extended file system.
config E2FSCK
bool "e2fsck"
- default n
help
e2fsck is used to check Linux second extended file systems (ext2fs).
e2fsck also supports ext2 filesystems countaining a journal (ext3).
@@ -22,7 +20,6 @@ config E2FSCK
config FSCK
bool "fsck"
- default n
help
fsck is used to check and optionally repair one or more filesystems.
In actuality, fsck is simply a front-end for the various file system
@@ -30,27 +27,23 @@ config FSCK
config LSATTR
bool "lsattr"
- default n
help
lsattr lists the file attributes on a second extended file system.
config MKE2FS
bool "mke2fs"
- default n
help
mke2fs is used to create an ext2/ext3 filesystem. The normal compat
symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
config TUNE2FS
bool "tune2fs"
- default n
help
tune2fs allows the system administrator to adjust various tunable
filesystem parameters on Linux ext2/ext3 filesystems.
config E2LABEL
bool "e2label"
- default n
depends on TUNE2FS
help
e2label will display or change the filesystem label on the ext2
@@ -58,7 +51,6 @@ config E2LABEL
config FINDFS
bool "findfs"
- default n
depends on TUNE2FS
help
findfs will search the disks in the system looking for a filesystem
diff --git a/busybox-e2fsprogs.kconfig b/busybox-e2fsprogs.kconfig
index 9a0088a..1bd2d2b 100644
--- a/busybox-e2fsprogs.kconfig
+++ b/busybox-e2fsprogs.kconfig
@@ -7,13 +7,11 @@ menu "Linux Ext2 FS Progs"
config CHATTR
bool "chattr"
- default n
help
chattr changes the file attributes on a second extended file system.
### config E2FSCK
### bool "e2fsck"
-### default n
### help
### e2fsck is used to check Linux second extended file systems (ext2fs).
### e2fsck also supports ext2 filesystems countaining a journal (ext3).
@@ -22,7 +20,6 @@ config CHATTR
config FSCK
bool "fsck"
- default n
help
fsck is used to check and optionally repair one or more filesystems.
In actuality, fsck is simply a front-end for the various file system
@@ -30,27 +27,23 @@ config FSCK
config LSATTR
bool "lsattr"
- default n
help
lsattr lists the file attributes on a second extended file system.
### config MKE2FS
### bool "mke2fs"
-### default n
### help
### mke2fs is used to create an ext2/ext3 filesystem. The normal compat
### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
### config TUNE2FS
### bool "tune2fs"
-### default n
### help
### tune2fs allows the system administrator to adjust various tunable
### filesystem parameters on Linux ext2/ext3 filesystems.
### config E2LABEL
### bool "e2label"
-### default n
### depends on TUNE2FS
### help
### e2label will display or change the filesystem label on the ext2
@@ -59,7 +52,6 @@ config LSATTR
### NB: this one is now provided by util-linux/volume_id/*
### config FINDFS
### bool "findfs"
-### default n
### depends on TUNE2FS
### help
### findfs will search the disks in the system looking for a filesystem
diff --git a/busybox-editors.kconfig b/busybox-editors.kconfig
index 7dbc9b6..07d2d52 100644
--- a/busybox-editors.kconfig
+++ b/busybox-editors.kconfig
@@ -7,14 +7,12 @@ menu "Editors"
config AWK
bool "awk"
- default n
help
Awk is used as a pattern scanning and processing language. This is
the BusyBox implementation of that programming language.
config FEATURE_AWK_LIBM
bool "Enable math functions (requires libm)"
- default n
depends on AWK
help
Enable math functions of the Awk programming language.
@@ -22,14 +20,12 @@ config FEATURE_AWK_LIBM
config CMP
bool "cmp"
- default n
help
cmp is used to compare two files and returns the result
to standard output.
config DIFF
bool "diff"
- default n
help
diff compares two files or directories and outputs the
differences between them in a form that can be given to
@@ -53,7 +49,6 @@ config FEATURE_DIFF_DIR
config FEATURE_DIFF_MINIMAL
bool "Enable -d option to find smaller sets of changes"
- default n
depends on DIFF
help
Enabling this option allows the use of -d to make diff
@@ -61,7 +56,6 @@ config FEATURE_DIFF_MINIMAL
config ED
bool "ed"
- default n
help
The original 1970's Unix text editor, from the days of teletypes.
Small, simple, evil. Part of SUSv3. If you're not already using
@@ -69,20 +63,17 @@ config ED
config PATCH
bool "patch"
- default n
help
Apply a unified diff formatted patch.
config SED
bool "sed"
- default n
help
sed is used to perform text transformations on a file
or input from a pipeline.
config VI
bool "vi"
- default n
help
'vi' is a text editor. More specifically, it is the One True
text editor <grin>. It does, however, have a rather steep
diff --git a/busybox-findutils.kconfig b/busybox-findutils.kconfig
index d69a238..cfce376 100644
--- a/busybox-findutils.kconfig
+++ b/busybox-findutils.kconfig
@@ -7,7 +7,6 @@ menu "Finding Utilities"
config FIND
bool "find"
- default n
help
find is used to search your system to find specified files.
@@ -143,7 +142,6 @@ config FEATURE_FIND_PRUNE
config FEATURE_FIND_DELETE
bool "Enable -delete option allowing to delete files"
- default n
depends on FIND && FEATURE_FIND_DEPTH
help
Support the 'find -delete' option for deleting files and directories.
@@ -166,14 +164,12 @@ config FEATURE_FIND_REGEX
config FEATURE_FIND_CONTEXT
bool "Enable -context option for matching security context"
- default n
depends on FIND && SELINUX
help
Support the 'find -context' option for matching security context.
config GREP
bool "grep"
- default n
help
grep is used to search files for a specified pattern.
@@ -206,14 +202,12 @@ config FEATURE_GREP_CONTEXT
config XARGS
bool "xargs"
- default n
help
xargs is used to execute a specified command on
every item from standard input.
config FEATURE_XARGS_SUPPORT_CONFIRMATION
bool "Enable prompt and confirmation option -p"
- default n
depends on XARGS
help
Support prompt the user about whether to run each command
@@ -221,7 +215,6 @@ config FEATURE_XARGS_SUPPORT_CONFIRMATION
config FEATURE_XARGS_SUPPORT_QUOTES
bool "Enable support single and double quotes and backslash"
- default n
depends on XARGS
help
Default xargs unsupport single and double quotes
@@ -229,7 +222,6 @@ config FEATURE_XARGS_SUPPORT_QUOTES
config FEATURE_XARGS_SUPPORT_TERMOPT
bool "Enable support options -x"
- default n
depends on XARGS
help
Enable support exit if the size (see the -s or -n option)
@@ -237,7 +229,6 @@ config FEATURE_XARGS_SUPPORT_TERMOPT
config FEATURE_XARGS_SUPPORT_ZERO_TERM
bool "Enable null terminated option -0"
- default n
depends on XARGS
help
Enable input filenames are terminated by a null character
diff --git a/busybox-init.kconfig b/busybox-init.kconfig
index 6b5799f..081e747 100644
--- a/busybox-init.kconfig
+++ b/busybox-init.kconfig
@@ -7,7 +7,6 @@ menu "Init Utilities"
config INIT
bool "init"
- default n
select FEATURE_SYSLOG
help
init is the first program run when the system boots.
@@ -40,7 +39,6 @@ config FEATURE_KILL_DELAY
config FEATURE_INIT_SCTTY
bool "Run commands with leading dash with controlling tty"
- default n
depends on INIT
help
If this option is enabled, init will try to give a controlling
@@ -55,7 +53,6 @@ config FEATURE_INIT_SCTTY
config FEATURE_INIT_SYSLOG
bool "Enable init to write to syslog"
- default n
depends on INIT
config FEATURE_EXTRA_QUIET
@@ -67,7 +64,6 @@ config FEATURE_EXTRA_QUIET
config FEATURE_INIT_COREDUMPS
bool "Support dumping core for child processes (debugging only)"
- default n
depends on INIT
help
If this option is enabled and the file /.init_enable_core
@@ -88,13 +84,11 @@ config FEATURE_INITRD
config HALT
bool "poweroff, halt, and reboot"
- default n
help
Stop all processes and either halt, reboot, or power off the system.
config MESG
bool "mesg"
- default n
help
Mesg controls access to your terminal by others. It is typically
used to allow or disallow other users to write to your terminal
diff --git a/busybox-libbb.kconfig b/busybox-libbb.kconfig
index f5b804f..d989cd7 100644
--- a/busybox-libbb.kconfig
+++ b/busybox-libbb.kconfig
@@ -28,14 +28,12 @@ config MD5_SIZE_VS_SPEED
config FEATURE_FAST_TOP
bool "Faster /proc scanning code (+100 bytes)"
- default n
help
This option makes top (and ps) ~20% faster (or 20% less CPU hungry),
but code size is slightly bigger.
config FEATURE_ETC_NETWORKS
bool "Support for /etc/networks"
- default n
help
Enable support for network names in /etc/networks. This is
a rarely used feature which allows you to use names
@@ -43,7 +41,6 @@ config FEATURE_ETC_NETWORKS
config FEATURE_EDITING
bool "Command line editing"
- default n
help
Enable line editing (mainly for shell command line).
@@ -59,7 +56,6 @@ config FEATURE_EDITING_MAX_LEN
config FEATURE_EDITING_VI
bool "vi-style line editing commands"
- default n
depends on FEATURE_EDITING
help
Enable vi-style line editing. In shells, this mode can be
@@ -75,28 +71,24 @@ config FEATURE_EDITING_HISTORY
config FEATURE_EDITING_SAVEHISTORY
bool "History saving"
- default n
depends on ASH && FEATURE_EDITING
help
Enable history saving in ash shell.
config FEATURE_TAB_COMPLETION
bool "Tab completion"
- default n
depends on FEATURE_EDITING
help
Enable tab completion.
config FEATURE_USERNAME_COMPLETION
bool "Username completion"
- default n
depends on FEATURE_TAB_COMPLETION
help
Enable username completion.
config FEATURE_EDITING_FANCY_PROMPT
bool "Fancy shell prompts"
- default n
depends on FEATURE_EDITING
help
Setting this option allows for prompts to use things like \w and
@@ -104,7 +96,6 @@ config FEATURE_EDITING_FANCY_PROMPT
config FEATURE_VERBOSE_CP_MESSAGE
bool "Give more precise messages when copy fails (cp, mv etc)"
- default n
help
Error messages with this feature enabled:
$ cp file /does_not_exist/file
diff --git a/busybox-loginutils.kconfig b/busybox-loginutils.kconfig
index bb1369c..5e278c8 100644
--- a/busybox-loginutils.kconfig
+++ b/busybox-loginutils.kconfig
@@ -7,7 +7,6 @@ menu "Login/Password Management Utilities"
config FEATURE_SHADOWPASSWDS
bool "Support for shadow passwords"
- default n
help
Build support for shadow password in /etc/shadow. This file is only
readable by root and thus the encrypted passwords are no longer
@@ -15,7 +14,6 @@ config FEATURE_SHADOWPASSWDS
config USE_BB_PWD_GRP
bool "Use internal password and group functions rather than system functions"
- default n
help
If you leave this disabled, busybox will use the system's password
and group functions. And if you are using the GNU C library
@@ -81,13 +79,11 @@ config USE_BB_CRYPT
config ADDGROUP
bool "addgroup"
- default n
help
Utility for creating a new group account.
config FEATURE_ADDUSER_TO_GROUP
bool "Support for adding users to groups"
- default n
depends on ADDGROUP
help
If called with two non-option arguments,
@@ -96,13 +92,11 @@ config FEATURE_ADDUSER_TO_GROUP
config DELGROUP
bool "delgroup"
- default n
help
Utility for deleting a group account.
config FEATURE_DEL_USER_FROM_GROUP
bool "Support for removing users from groups"
- default n
depends on DELGROUP
help
If called with two non-option arguments, deluser
@@ -110,7 +104,6 @@ config FEATURE_DEL_USER_FROM_GROUP
config FEATURE_CHECK_NAMES
bool "Enable sanity check on user/group names in adduser and addgroup"
- default n
depends on ADDUSER || ADDGROUP
help
Enable sanity check on user and group names in adduser and addgroup.
@@ -122,26 +115,22 @@ config FEATURE_CHECK_NAMES
config ADDUSER
bool "adduser"
- default n
help
Utility for creating a new user account.
config FEATURE_ADDUSER_LONG_OPTIONS
bool "Enable long options"
- default n
depends on ADDUSER && GETOPT_LONG
help
Support long options for the adduser applet.
config DELUSER
bool "deluser"
- default n
help
Utility for deleting a user account.
config GETTY
bool "getty"
- default n
select FEATURE_SYSLOG
help
getty lets you log in on a tty, it is normally invoked by init.
@@ -149,14 +138,12 @@ config GETTY
config FEATURE_UTMP
bool "Support utmp file"
depends on GETTY || LOGIN || SU || WHO
- default n
help
The file /var/run/utmp is used to track who is currently logged in.
config FEATURE_WTMP
bool "Support wtmp file"
depends on GETTY || LOGIN || SU || LAST
- default n
select FEATURE_UTMP
help
The file /var/run/wtmp is used to track when user's have logged into
@@ -164,7 +151,6 @@ config FEATURE_WTMP
config LOGIN
bool "login"
- default n
select FEATURE_SUID
select FEATURE_SYSLOG
help
@@ -175,7 +161,6 @@ config LOGIN
config PAM
bool "Support for PAM (Pluggable Authentication Modules)"
- default n
depends on LOGIN
help
Use PAM in login(1) instead of direct access to password database.
@@ -183,7 +168,6 @@ config PAM
config LOGIN_SCRIPTS
bool "Support for login scripts"
depends on LOGIN
- default n
help
Enable this if you want login to execute $LOGIN_PRE_SUID_SCRIPT
just prior to switching from root to logged-in user.
@@ -207,7 +191,6 @@ config FEATURE_SECURETTY
config PASSWD
bool "passwd"
- default n
select FEATURE_SUID
select FEATURE_SYSLOG
help
@@ -228,13 +211,11 @@ config FEATURE_PASSWD_WEAK_CHECK
config CRYPTPW
bool "cryptpw"
- default n
help
Applet for crypting a string.
config CHPASSWD
bool "chpasswd"
- default n
help
chpasswd reads a file of user name and password pairs from
standard input and uses this information to update a group of
@@ -242,7 +223,6 @@ config CHPASSWD
config SU
bool "su"
- default n
select FEATURE_SUID
select FEATURE_SYSLOG
help
@@ -264,7 +244,6 @@ config FEATURE_SU_CHECKS_SHELLS
config SULOGIN
bool "sulogin"
- default n
select FEATURE_SYSLOG
help
sulogin is invoked when the system goes into single user
@@ -272,7 +251,6 @@ config SULOGIN
config VLOCK
bool "vlock"
- default n
select FEATURE_SUID
help
Build the "vlock" applet which allows you to lock (virtual) terminals.
diff --git a/busybox-mailutils.kconfig b/busybox-mailutils.kconfig
index 744fe12..2e407c6 100644
--- a/busybox-mailutils.kconfig
+++ b/busybox-mailutils.kconfig
@@ -2,7 +2,6 @@ menu "Mail Utilities"
config MAKEMIME
bool "makemime"
- default n
help
Create MIME-formatted messages.
@@ -15,14 +14,12 @@ config FEATURE_MIME_CHARSET
config POPMAILDIR
bool "popmaildir"
- default n
help
Simple yet powerful POP3 mail popper. Delivers content
of remote mailboxes to local Maildir.
config FEATURE_POPMAILDIR_DELIVERY
bool "Allow message filters and custom delivery program"
- default n
depends on POPMAILDIR
help
Allow to use a custom program to filter the content
@@ -32,7 +29,6 @@ config FEATURE_POPMAILDIR_DELIVERY
config REFORMIME
bool "reformime"
- default n
help
Parse MIME-formatted messages.
@@ -46,7 +42,6 @@ config FEATURE_REFORMIME_COMPAT
config SENDMAIL
bool "sendmail"
- default n
help
Barebones sendmail.
@@ -60,7 +55,6 @@ config FEATURE_SENDMAIL_MAILX
config FEATURE_SENDMAIL_MAILXX
bool "Allow to specify Cc: addresses and some additional headers"
- default n
depends on FEATURE_SENDMAIL_MAILX
help
Allow to specify Cc: addresses and some additional headers:
diff --git a/busybox-miscutils.kconfig b/busybox-miscutils.kconfig
index 60b87c1..f8a9541 100644
--- a/busybox-miscutils.kconfig
+++ b/busybox-miscutils.kconfig
@@ -7,21 +7,18 @@ menu "Miscellaneous Utilities"
config ADJTIMEX
bool "adjtimex"
- default n
help
Adjtimex reads and optionally sets adjustment parameters for
the Linux clock adjustment algorithm.
config BBCONFIG
bool "bbconfig"
- default n
help
The bbconfig applet will print the config file with which
busybox was built.
config CHAT
bool "chat"
- default n
help
Simple chat utility.
@@ -39,7 +36,6 @@ config FEATURE_CHAT_NOFAIL
config FEATURE_CHAT_TTY_HIFI
bool "Force STDIN to be a TTY"
depends on CHAT
- default n
help
Original chat always treats STDIN as a TTY device and sets for it
so-called raw mode. This option turns on such behaviour.
@@ -55,7 +51,6 @@ config FEATURE_CHAT_IMPLICIT_CR
config FEATURE_CHAT_SWALLOW_OPTS
bool "Swallow options"
depends on CHAT
- default n
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
@@ -64,7 +59,6 @@ config FEATURE_CHAT_SWALLOW_OPTS
config FEATURE_CHAT_SEND_ESCAPES
bool "Support weird SEND escapes"
depends on CHAT
- default n
help
Original chat uses some escape sequences in SEND arguments which
are not sent to device but rather performs special actions.
@@ -75,27 +69,23 @@ config FEATURE_CHAT_SEND_ESCAPES
config FEATURE_CHAT_VAR_ABORT_LEN
bool "Support variable-length ABORT conditions"
depends on CHAT
- default n
help
Original chat uses fixed 50-bytes length ABORT conditions. Say N here.
config FEATURE_CHAT_CLR_ABORT
bool "Support revoking of ABORT conditions"
depends on CHAT
- default n
help
Support CLR_ABORT directive.
config CHRT
bool "chrt"
- default n
help
manipulate real-time attributes of a process.
This requires sched_{g,s}etparam support in your libc.
config CROND
bool "crond"
- default n
select FEATURE_SUID
select FEATURE_SYSLOG
help
@@ -110,20 +100,17 @@ config CROND
config FEATURE_CROND_D
bool "Support option -d to redirect output to stderr"
depends on CROND
- default n
help
-d sets loglevel to 0 (most verbose) and directs all output to stderr.
config FEATURE_CROND_CALL_SENDMAIL
bool "Using /usr/sbin/sendmail?"
- default n
depends on CROND
help
Support calling /usr/sbin/sendmail for send cmd outputs.
config CRONTAB
bool "crontab"
- default n
select FEATURE_SUID
help
Crontab manipulates the crontab for a particular user. Only
@@ -133,14 +120,12 @@ config CRONTAB
config DC
bool "dc"
- default n
help
Dc is a reverse-polish desk calculator which supports unlimited
precision arithmetic.
config FEATURE_DC_LIBM
bool "Enable power and exp functions (requires libm)"
- default n
depends on DC
help
Enable power and exp functions.
@@ -148,7 +133,6 @@ config FEATURE_DC_LIBM
config DEVFSD
bool "devfsd (obsolete)"
- default n
select FEATURE_SYSLOG
help
This is deprecated, and will be removed at the end of 2008.
@@ -164,7 +148,6 @@ config DEVFSD
config DEVFSD_MODLOAD
bool "Adds support for MODLOAD keyword in devsfd.conf"
- default n
depends on DEVFSD
help
This actually doesn't work with busybox modutils but needs
@@ -172,7 +155,6 @@ config DEVFSD_MODLOAD
config DEVFSD_FG_NP
bool "Enables the -fg and -np options"
- default n
depends on DEVFSD
help
-fg Run the daemon in the foreground.
@@ -181,14 +163,12 @@ config DEVFSD_FG_NP
config DEVFSD_VERBOSE
bool "Increases logging (and size)"
- default n
depends on DEVFSD
help
Increases logging to stderr or syslog.
config FEATURE_DEVFS
bool "Use devfs names for all devices (obsolete)"
- default n
help
This is obsolete and will be going away at the end of 2008..
@@ -198,20 +178,17 @@ config FEATURE_DEVFS
config DEVMEM
bool "devmem"
- default n
help
devmem is a small program that reads and writes from physical
memory using /dev/mem.
config EJECT
bool "eject"
- default n
help
Used to eject cdroms. (defaults to /dev/cdrom)
config FEATURE_EJECT_SCSI
bool "SCSI support"
- default n
depends on EJECT
help
Add the -s option to eject, this allows to eject SCSI-Devices and
@@ -219,7 +196,6 @@ config FEATURE_EJECT_SCSI
config FBSPLASH
bool "fbsplash"
- default n
help
Shows splash image and progress bar on framebuffer device.
Can be used during boot phase of an embedded device. ~2kb.
@@ -240,14 +216,12 @@ config FBSPLASH
config INOTIFYD
bool "inotifyd"
- default n
help
Simple inotify daemon. Reports filesystem changes. Requires
kernel >= 2.6.13
config LAST
bool "last"
- default n
select FEATURE_WTMP
help
'last' displays a list of the last users that logged into the system.
@@ -255,7 +229,6 @@ config LAST
choice
prompt "Choose last implementation"
depends on LAST
- default FEATURE_LAST_SMALL
config FEATURE_LAST_SMALL
bool "small"
@@ -272,7 +245,6 @@ endchoice
config LESS
bool "less"
- default n
help
'less' is a pager, meaning that it displays text files. It possesses
a wide array of features, and is an improvement over 'more'.
@@ -302,7 +274,6 @@ config FEATURE_LESS_FLAGS
config FEATURE_LESS_DASHCMD
bool "Enable flag changes ('-' command)"
- default n
depends on LESS
help
This enables the ability to change command-line flags within
@@ -310,35 +281,30 @@ config FEATURE_LESS_DASHCMD
config FEATURE_LESS_MARKS
bool "Enable marks"
- default n
depends on LESS
help
Marks enable positions in a file to be stored for easy reference.
config FEATURE_LESS_REGEXP
bool "Enable regular expressions"
- default n
depends on LESS
help
Enable regular expressions, allowing complex file searches.
config FEATURE_LESS_LINENUMS
bool "Enable dynamic switching of line numbers"
- default n
depends on FEATURE_LESS_DASHCMD
help
Enable "-N" command.
config FEATURE_LESS_WINCH
bool "Enable automatic resizing on window size changes"
- default n
depends on LESS
help
Makes less track window size changes.
config HDPARM
bool "hdparm"
- default n
help
Get/Set hard drive parameters. Primarily intended for ATA
drives. Adds about 13k (or around 30k if you enable the
@@ -356,7 +322,6 @@ config FEATURE_HDPARM_GET_IDENTITY
config FEATURE_HDPARM_HDIO_SCAN_HWIF
bool "Register an IDE interface (DANGEROUS)"
- default n
depends on HDPARM
help
Enables the 'hdparm -R' option to register an IDE interface.
@@ -364,7 +329,6 @@ config FEATURE_HDPARM_HDIO_SCAN_HWIF
config FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
bool "Un-register an IDE interface (DANGEROUS)"
- default n
depends on HDPARM
help
Enables the 'hdparm -U' option to un-register an IDE interface.
@@ -372,7 +336,6 @@ config FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
config FEATURE_HDPARM_HDIO_DRIVE_RESET
bool "Perform device reset (DANGEROUS)"
- default n
depends on HDPARM
help
Enables the 'hdparm -w' option to perform a device reset.
@@ -380,7 +343,6 @@ config FEATURE_HDPARM_HDIO_DRIVE_RESET
config FEATURE_HDPARM_HDIO_TRISTATE_HWIF
bool "Tristate device for hotswap (DANGEROUS)"
- default n
depends on HDPARM
help
Enables the 'hdparm -x' option to tristate device for hotswap,
@@ -389,7 +351,6 @@ config FEATURE_HDPARM_HDIO_TRISTATE_HWIF
config FEATURE_HDPARM_HDIO_GETSET_DMA
bool "Get/set using_dma flag (DANGEROUS)"
- default n
depends on HDPARM
help
Enables the 'hdparm -d' option to get/set using_dma flag.
@@ -397,7 +358,6 @@ config FEATURE_HDPARM_HDIO_GETSET_DMA
config MAKEDEVS
bool "makedevs"
- default n
help
'makedevs' is a utility used to create a batch of devices with
one command.
@@ -417,7 +377,6 @@ config MAKEDEVS
choice
prompt "Choose makedevs behaviour"
depends on MAKEDEVS
- default FEATURE_MAKEDEVS_TABLE
config FEATURE_MAKEDEVS_LEAF
bool "leaf"
@@ -429,25 +388,21 @@ endchoice
config MAN
bool "man"
- default n
help
Format and display manual pages.
config MICROCOM
bool "microcom"
- default n
help
The poor man's minicom utility for chatting with serial port devices.
config MOUNTPOINT
bool "mountpoint"
- default n
help
mountpoint checks if the directory is a mountpoint.
config MT
bool "mt"
- default n
help
mt is used to control tape devices. You can use the mt utility
to advance or rewind a tape past a specified number of archive
@@ -455,14 +410,12 @@ config MT
config RAIDAUTORUN
bool "raidautorun"
- default n
help
raidautorun tells the kernel md driver to
search and start RAID arrays.
config READAHEAD
bool "readahead"
- default n
depends on LFS
help
Preload the files listed on the command line into RAM cache so that
@@ -479,7 +432,6 @@ config READAHEAD
config RUNLEVEL
bool "runlevel"
- default n
help
find the current and previous system runlevel.
@@ -488,26 +440,22 @@ config RUNLEVEL
config RX
bool "rx"
- default n
help
Receive files using the Xmodem protocol.
config SETSID
bool "setsid"
- default n
help
setsid runs a program in a new session
config STRINGS
bool "strings"
- default n
help
strings prints the printable character sequences for each file
specified.
config TASKSET
bool "taskset"
- default n
help
Retrieve or set a processes's CPU affinity.
This requires sched_{g,s}etaffinity support in your libc.
@@ -523,7 +471,6 @@ config FEATURE_TASKSET_FANCY
config TIME
bool "time"
- default n
help
The time command runs the specified program with the given arguments.
When the command finishes, time writes a message to standard output
@@ -531,7 +478,6 @@ config TIME
config TTYSIZE
bool "ttysize"
- default n
help
A replacement for "stty size". Unlike stty, can report only width,
only height, or both, in any order. It also does not complain on
@@ -540,7 +486,6 @@ config TTYSIZE
config WATCHDOG
bool "watchdog"
- default n
help
The watchdog utility is used with hardware or software watchdog
device drivers. It opens the specified watchdog device special file
diff --git a/busybox-modutils.kconfig b/busybox-modutils.kconfig
index e7b839d..5537945 100644
--- a/busybox-modutils.kconfig
+++ b/busybox-modutils.kconfig
@@ -21,7 +21,6 @@ config DEFAULT_DEPMOD_FILE
config MODPROBE_SMALL
bool "Simplified modutils"
- default n
help
Simplified modutils.
@@ -54,7 +53,6 @@ config MODPROBE_SMALL
config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE
bool "Accept module options on modprobe command line"
- default n
depends on MODPROBE_SMALL
help
Allow insmod and modprobe take module options from command line.
@@ -62,7 +60,6 @@ config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE
config FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED
bool "Skip loading of already loaded modules"
- default n
depends on MODPROBE_SMALL
help
Check if the module is already loaded.
@@ -70,28 +67,24 @@ config FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED
config INSMOD
bool "insmod"
- default n
depends on !MODPROBE_SMALL
help
insmod is used to load specified modules in the running kernel.
config RMMOD
bool "rmmod"
- default n
depends on !MODPROBE_SMALL
help
rmmod is used to unload specified modules from the kernel.
config LSMOD
bool "lsmod"
- default n
depends on !MODPROBE_SMALL
help
lsmod is used to display a list of loaded modules.
config FEATURE_LSMOD_PRETTY_2_6_OUTPUT
bool "Pretty output"
- default n
depends on LSMOD
help
This option makes output format of lsmod adjusted to
@@ -100,7 +93,6 @@ config FEATURE_LSMOD_PRETTY_2_6_OUTPUT
config MODPROBE
bool "modprobe"
- default n
depends on !MODPROBE_SMALL
help
Handle the loading of modules, and their dependencies on a high
@@ -112,7 +104,6 @@ config MODPROBE
config FEATURE_MODPROBE_BLACKLIST
bool
prompt "Blacklist support"
- default n
depends on MODPROBE
help
Say 'y' here to enable support for the 'blacklist' command in
@@ -123,7 +114,6 @@ config FEATURE_MODPROBE_BLACKLIST
config DEPMOD
bool "depmod"
- default n
depends on !MODPROBE_SMALL
help
depmod generates modules.dep (and potentially modules.alias
@@ -134,7 +124,6 @@ comment "Options common to multiple modutils"
config FEATURE_2_4_MODULES
bool "Support version 2.2/2.4 Linux kernels"
- default n
depends on INSMOD || RMMOD || LSMOD
help
Support module loading for 2.2.x and 2.4.x Linux kernels.
@@ -143,7 +132,6 @@ config FEATURE_2_4_MODULES
config FEATURE_INSMOD_VERSION_CHECKING
bool "Enable module version checking"
- default n
depends on FEATURE_2_4_MODULES && (INSMOD || MODPROBE)
help
Support checking of versions for modules. This is used to
@@ -151,7 +139,6 @@ config FEATURE_INSMOD_VERSION_CHECKING
config FEATURE_INSMOD_KSYMOOPS_SYMBOLS
bool "Add module symbols to kernel symbol table"
- default n
depends on FEATURE_2_4_MODULES && (INSMOD || MODPROBE)
help
By adding module symbols to the kernel symbol table, Oops messages
@@ -162,7 +149,6 @@ config FEATURE_INSMOD_KSYMOOPS_SYMBOLS
config FEATURE_INSMOD_LOADINKMEM
bool "In kernel memory optimization (uClinux only)"
- default n
depends on FEATURE_2_4_MODULES && (INSMOD || MODPROBE)
help
This is a special uClinux only memory optimization that lets insmod
@@ -172,7 +158,6 @@ config FEATURE_INSMOD_LOADINKMEM
config FEATURE_INSMOD_LOAD_MAP
bool "Enable insmod load map (-m) option"
- default n
depends on FEATURE_2_4_MODULES && INSMOD
help
Enabling this, one would be able to get a load map
diff --git a/busybox-networking-udhcp.kconfig b/busybox-networking-udhcp.kconfig
index d4b76e1..d80bf20 100644
--- a/busybox-networking-udhcp.kconfig
+++ b/busybox-networking-udhcp.kconfig
@@ -5,14 +5,12 @@
config APP_UDHCPD
bool "udhcp server (udhcpd)"
- default n
help
udhcpd is a DHCP server geared primarily toward embedded systems,
while striving to be fully functional and RFC compliant.
config APP_DHCPRELAY
bool "dhcprelay"
- default n
depends on APP_UDHCPD
help
dhcprelay listens for dhcp requests on one or more interfaces
@@ -21,7 +19,6 @@ config APP_DHCPRELAY
config APP_DUMPLEASES
bool "Lease display utility (dumpleases)"
- default n
depends on APP_UDHCPD
help
dumpleases displays the leases written out by the udhcpd server.
@@ -30,7 +27,6 @@ config APP_DUMPLEASES
config FEATURE_UDHCPD_WRITE_LEASES_EARLY
bool "Rewrite the lease file at every new acknowledge"
- default n
depends on APP_UDHCPD
help
If selected, udhcpd will write a new file with leases every
@@ -48,7 +44,6 @@ config DHCPD_LEASES_FILE
config APP_UDHCPC
bool "udhcp client (udhcpc)"
- default n
help
udhcpc is a DHCP client geared primarily toward embedded systems,
while striving to be fully functional and RFC compliant.
@@ -68,7 +63,6 @@ config FEATURE_UDHCPC_ARPING
config FEATURE_UDHCP_PORT
bool "Enable '-P port' option for udhcpd and udhcpc"
- default n
depends on APP_UDHCPD || APP_UDHCPC
help
At the cost of ~300 bytes, enables -P port option.
@@ -76,14 +70,12 @@ config FEATURE_UDHCP_PORT
config UDHCP_DEBUG
bool "Compile udhcp with noisy debugging messages"
- default n
depends on APP_UDHCPD || APP_UDHCPC
help
If selected, udhcpd will output extra debugging output.
config FEATURE_UDHCP_RFC3397
bool "Support for RFC3397 domain search (experimental)"
- default n
depends on APP_UDHCPD || APP_UDHCPC
help
If selected, both client and server will support passing of domain
diff --git a/busybox-networking.kconfig b/busybox-networking.kconfig
index 95f8942..c75fb2c 100644
--- a/busybox-networking.kconfig
+++ b/busybox-networking.kconfig
@@ -7,7 +7,6 @@ menu "Networking Utilities"
config FEATURE_IPV6
bool "Enable IPv6 support"
- default n
help
Enable IPv6 support in busybox.
This adds IPv6 support in the networking applets.
@@ -29,7 +28,6 @@ config FEATURE_PREFER_IPV4_ADDRESS
config VERBOSE_RESOLUTION_ERRORS
bool "Verbose resolution errors"
- default n
help
Enable if you are not satisfied with simplistic
"can't resolve 'hostname.com'" and want to know more.
@@ -37,26 +35,22 @@ config VERBOSE_RESOLUTION_ERRORS
config ARP
bool "arp"
- default n
help
Manipulate the system ARP cache.
config ARPING
bool "arping"
- default n
help
Ping hosts by ARP packets.
config BRCTL
bool "brctl"
- default n
help
Manage ethernet bridges.
Supports addbr/delbr and addif/delif.
config FEATURE_BRCTL_FANCY
bool "Fancy options"
- default n
depends on BRCTL
help
Add support for extended option like:
@@ -67,7 +61,6 @@ config FEATURE_BRCTL_FANCY
config FEATURE_BRCTL_SHOW
bool "Support show, showmac and showstp"
- default n
depends on BRCTL && FEATURE_BRCTL_FANCY
help
Add support for option which prints the current config:
@@ -75,19 +68,16 @@ config FEATURE_BRCTL_SHOW
config DNSD
bool "dnsd"
- default n
help
Small and static DNS server daemon.
config ETHER_WAKE
bool "ether-wake"
- default n
help
Send a magic packet to wake up sleeping machines.
config FAKEIDENTD
bool "fakeidentd"
- default n
select FEATURE_SYSLOG
help
fakeidentd listens on the ident port and returns a predefined
@@ -95,38 +85,32 @@ config FAKEIDENTD
config FTPGET
bool "ftpget"
- default n
help
Retrieve a remote file via FTP.
config FTPPUT
bool "ftpput"
- default n
help
Store a remote file via FTP.
config FEATURE_FTPGETPUT_LONG_OPTIONS
bool "Enable long options in ftpget/ftpput"
- default n
depends on GETOPT_LONG && (FTPGET || FTPPUT)
help
Support long options for the ftpget/ftpput applet.
config HOSTNAME
bool "hostname"
- default n
help
Show or set the system's host name.
config HTTPD
bool "httpd"
- default n
help
Serve web pages via an HTTP server.
config FEATURE_HTTPD_RANGES
bool "Support 'Ranges:' header"
- default n
depends on HTTPD
help
Makes httpd emit "Accept-Ranges: bytes" header and understand
@@ -135,7 +119,6 @@ config FEATURE_HTTPD_RANGES
config FEATURE_HTTPD_USE_SENDFILE
bool "Use sendfile system call"
- default n
depends on HTTPD
help
When enabled, httpd will use the kernel sendfile() function
@@ -143,7 +126,6 @@ config FEATURE_HTTPD_USE_SENDFILE
config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
bool "Support reloading of global config file on HUP signal"
- default n
depends on HTTPD
help
This option enables processing of SIGHUP to reload cached
@@ -151,7 +133,6 @@ config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
config FEATURE_HTTPD_SETUID
bool "Enable -u <user> option"
- default n
depends on HTTPD
help
This option allows the server to run as a specific user
@@ -169,7 +150,6 @@ config FEATURE_HTTPD_BASIC_AUTH
config FEATURE_HTTPD_AUTH_MD5
bool "Support MD5 crypted passwords for http Authentication"
- default n
depends on FEATURE_HTTPD_BASIC_AUTH
help
Enables basic per URL authentication from /etc/httpd.conf
@@ -177,7 +157,6 @@ config FEATURE_HTTPD_AUTH_MD5
config FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES
bool "Support loading additional MIME types at run-time"
- default n
depends on HTTPD
help
This option enables support for additional MIME types at
@@ -193,7 +172,6 @@ config FEATURE_HTTPD_CGI
config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
bool "Support for running scripts through an interpreter"
- default n
depends on FEATURE_HTTPD_CGI
help
This option enables support for running scripts through an
@@ -204,7 +182,6 @@ config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
config FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV
bool "Set REMOTE_PORT environment variable for CGI"
- default n
depends on FEATURE_HTTPD_CGI
help
Use of this option can assist scripts in generating
@@ -222,11 +199,9 @@ config FEATURE_HTTPD_ENCODE_URL_STR
config FEATURE_HTTPD_ERROR_PAGES
bool "Support for custom error pages"
- default n
depends on HTTPD
help
This option allows you to define custom error pages in
- the configuration file instead of the default HTTP status
error pages. For instance, if you add the line:
E404:/path/e404.html
in the config file, the server will respond the specified
@@ -235,7 +210,6 @@ config FEATURE_HTTPD_ERROR_PAGES
config FEATURE_HTTPD_PROXY
bool "Support for reverse proxy"
- default n
depends on HTTPD
help
This option allows you to define URLs that will be forwarded
@@ -247,7 +221,6 @@ config FEATURE_HTTPD_PROXY
config IFCONFIG
bool "ifconfig"
- default n
help
Ifconfig is used to configure the kernel-resident network interfaces.
@@ -261,7 +234,6 @@ config FEATURE_IFCONFIG_STATUS
config FEATURE_IFCONFIG_SLIP
bool "Enable slip-specific options \"keepalive\" and \"outfill\""
- default n
depends on IFCONFIG
help
Allow "keepalive" and "outfill" support for SLIP. If you're not
@@ -269,7 +241,6 @@ config FEATURE_IFCONFIG_SLIP
config FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ
bool "Enable options \"mem_start\", \"io_addr\", and \"irq\""
- default n
depends on IFCONFIG
help
Allow the start address for shared memory, start address for I/O,
@@ -286,7 +257,6 @@ config FEATURE_IFCONFIG_HW
config FEATURE_IFCONFIG_BROADCAST_PLUS
bool "Set the broadcast automatically"
- default n
depends on IFCONFIG
help
Setting this will make ifconfig attempt to find the broadcast
@@ -294,14 +264,12 @@ config FEATURE_IFCONFIG_BROADCAST_PLUS
config IFENSLAVE
bool "ifenslave"
- default n
help
Userspace application to bind several interfaces
to a logical interface (use with kernel bonding driver).
config IFUPDOWN
bool "ifupdown"
- default n
help
Activate or deactivate the specified interfaces. This applet makes
use of either "ifconfig" and "route" or the "ip" command to actually
@@ -328,7 +296,6 @@ config IFUPDOWN_IFSTATE_PATH
config FEATURE_IFUPDOWN_IP
bool "Use ip applet"
- default n
depends on IFUPDOWN
help
Use the iproute "ip" command to implement "ifup" and "ifdown", rather
@@ -371,7 +338,6 @@ config FEATURE_IFUPDOWN_IPV4
config FEATURE_IFUPDOWN_IPV6
bool "Support for IPv6"
- default n
depends on IFUPDOWN && FEATURE_IPV6
help
If you need support for IPv6, turn this option on.
@@ -379,7 +345,6 @@ config FEATURE_IFUPDOWN_IPV6
### UNUSED
###config FEATURE_IFUPDOWN_IPX
### bool "Support for IPX"
-### default n
### depends on IFUPDOWN
### help
### If this option is selected you can use busybox to work with IPX
@@ -387,7 +352,6 @@ config FEATURE_IFUPDOWN_IPV6
config FEATURE_IFUPDOWN_MAPPING
bool "Enable mapping support"
- default n
depends on IFUPDOWN
help
This enables support for the "mapping" stanza, unless you have
@@ -395,7 +359,6 @@ config FEATURE_IFUPDOWN_MAPPING
config FEATURE_IFUPDOWN_EXTERNAL_DHCP
bool "Support for external dhcp clients"
- default n
depends on IFUPDOWN
help
This enables support for the external dhcp clients. Clients are
@@ -405,7 +368,6 @@ config FEATURE_IFUPDOWN_EXTERNAL_DHCP
config INETD
bool "inetd"
- default n
select FEATURE_SYSLOG
help
Internet superserver daemon
@@ -447,7 +409,6 @@ config FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN
config FEATURE_INETD_RPC
bool "Support RPC services"
- default n
depends on INETD
select FEATURE_HAVE_RPC
help
@@ -455,7 +416,6 @@ config FEATURE_INETD_RPC
config IP
bool "ip"
- default n
help
The "ip" applet is a TCP/IP interface configuration and routing
utility. You generally don't need "ip" to use busybox with
@@ -484,21 +444,18 @@ config FEATURE_IP_ROUTE
config FEATURE_IP_TUNNEL
bool "ip tunnel"
- default n
depends on IP
help
Add support for tunneling commands to "ip".
config FEATURE_IP_RULE
bool "ip rule"
- default n
depends on IP
help
Add support for rule commands to "ip".
config FEATURE_IP_SHORT_FORMS
bool "Support short forms of ip commands"
- default n
depends on IP
help
Also support short-form of ip <OBJECT> commands:
@@ -513,7 +470,6 @@ config FEATURE_IP_SHORT_FORMS
config FEATURE_IP_RARE_PROTOCOLS
bool "Support displaying rarely used link types"
- default n
depends on IP
help
If you are not going to use links of type "frad", "econet",
@@ -548,7 +504,6 @@ config IPRULE
config IPCALC
bool "ipcalc"
- default n
help
ipcalc takes an IP address and netmask and calculates the
resulting broadcast, network, and host range.
@@ -563,14 +518,12 @@ config FEATURE_IPCALC_FANCY
config FEATURE_IPCALC_LONG_OPTIONS
bool "Enable long options"
- default n
depends on IPCALC && GETOPT_LONG
help
Support long options for the ipcalc applet.
config NAMEIF
bool "nameif"
- default n
select FEATURE_SYSLOG
help
nameif is used to rename network interface by its MAC address.
@@ -585,7 +538,6 @@ config NAMEIF
config FEATURE_NAMEIF_EXTENDED
bool "Extended nameif"
- default n
depends on NAMEIF
help
This extends the nameif syntax to support the bus_info and driver
@@ -598,21 +550,18 @@ config FEATURE_NAMEIF_EXTENDED
config NC
bool "nc"
- default n
help
A simple Unix utility which reads and writes data across network
connections.
config NC_SERVER
bool "Netcat server options (-l)"
- default n
depends on NC
help
Allow netcat to act as a server.
config NC_EXTRA
bool "Netcat extensions (-eiw and filename)"
- default n
depends on NC
help
Add -e (support for executing the rest of the command line after
@@ -621,13 +570,11 @@ config NC_EXTRA
config NETSTAT
bool "netstat"
- default n
help
netstat prints information about the Linux networking subsystem.
config FEATURE_NETSTAT_WIDE
bool "Enable wide netstat output"
- default n
depends on NETSTAT
help
Add support for wide columns. Useful when displaying IPv6 addresses
@@ -635,7 +582,6 @@ config FEATURE_NETSTAT_WIDE
config FEATURE_NETSTAT_PRG
bool "Enable PID/Program name output"
- default n
depends on NETSTAT
help
Add support for -p flag to print out PID and program name.
@@ -643,20 +589,17 @@ config FEATURE_NETSTAT_PRG
config NSLOOKUP
bool "nslookup"
- default n
help
nslookup is a tool to query Internet name servers.
config PING
bool "ping"
- default n
help
ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to
elicit an ICMP ECHO_RESPONSE from a host or gateway.
config PING6
bool "ping6"
- default n
depends on FEATURE_IPV6 && PING
help
This will give you a ping that can talk IPv6.
@@ -671,26 +614,22 @@ config FEATURE_FANCY_PING
config PSCAN
bool "pscan"
- default n
help
Simple network port scanner.
config ROUTE
bool "route"
- default n
help
Route displays or manipulates the kernel's IP routing tables.
config SLATTACH
bool "slattach"
- default n
help
slattach is a small utility to attach network interfaces to serial
lines.
#config TC
# bool "tc"
-# default n
# help
# show / manipulate traffic control settings
#
@@ -700,7 +639,6 @@ config SLATTACH
config TELNET
bool "telnet"
- default n
help
Telnet is an interface to the TELNET protocol, but is also commonly
used to test other simple protocols.
@@ -726,7 +664,6 @@ config FEATURE_TELNET_AUTOLOGIN
config TELNETD
bool "telnetd"
- default n
select FEATURE_SYSLOG
help
A daemon for the TELNET protocol, allowing you to log onto the host
@@ -769,14 +706,12 @@ config TELNETD
config FEATURE_TELNETD_STANDALONE
bool "Support standalone telnetd (not inetd only)"
- default n
depends on TELNETD
help
Selecting this will make telnetd able to run standalone.
config TFTP
bool "tftp"
- default n
help
This enables the Trivial File Transfer Protocol client program. TFTP
is usually used for simple, small transfers such as a root image
@@ -784,7 +719,6 @@ config TFTP
config TFTPD
bool "tftpd"
- default n
help
This enables the Trivial File Transfer Protocol server program.
It expects that stdin is a datagram socket and a packet
@@ -812,7 +746,6 @@ config FEATURE_TFTP_PUT
config FEATURE_TFTP_BLOCKSIZE
bool "Enable \"blksize\" protocol option"
- default n
depends on TFTP || TFTPD
help
Allow tftp to specify block size, and tftpd to understand
@@ -820,7 +753,6 @@ config FEATURE_TFTP_BLOCKSIZE
config TFTP_DEBUG
bool "Enable debug"
- default n
depends on TFTP
help
Enable debug settings for tftp. This is useful if you're running
@@ -829,13 +761,11 @@ config TFTP_DEBUG
config TRACEROUTE
bool "traceroute"
- default n
help
Utility to trace the route of IP packets
config FEATURE_TRACEROUTE_VERBOSE
bool "Enable verbose output"
- default n
depends on TRACEROUTE
help
Add some verbosity to traceroute. This includes amongst other things
@@ -843,7 +773,6 @@ config FEATURE_TRACEROUTE_VERBOSE
config FEATURE_TRACEROUTE_SOURCE_ROUTE
bool "Enable loose source route"
- default n
depends on TRACEROUTE
help
Add option to specify a loose source route gateway
@@ -851,7 +780,6 @@ config FEATURE_TRACEROUTE_SOURCE_ROUTE
config FEATURE_TRACEROUTE_USE_ICMP
bool "Use ICMP instead of UDP"
- default n
depends on TRACEROUTE
help
Add feature to allow for ICMP ECHO instead of UDP datagrams.
@@ -860,13 +788,11 @@ source networking/udhcp/Config.in
config VCONFIG
bool "vconfig"
- default n
help
Creates, removes, and configures VLAN interfaces
config WGET
bool "wget"
- default n
help
wget is a utility for non-interactive download of files from HTTP,
HTTPS, and FTP servers.
@@ -887,14 +813,12 @@ config FEATURE_WGET_AUTHENTICATION
config FEATURE_WGET_LONG_OPTIONS
bool "Enable long options"
- default n
depends on WGET && GETOPT_LONG
help
Support long options for the wget applet.
config ZCIP
bool "zcip"
- default n
select FEATURE_SYSLOG
help
ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927.
@@ -906,14 +830,12 @@ config ZCIP
config TCPSVD
bool "tcpsvd"
- default n
help
tcpsvd listens on a TCP port and runs a program for each new
connection.
config UDPSVD
bool "udpsvd"
- default n
help
udpsvd listens on an UDP port and runs a program for each new
connection.
diff --git a/busybox-printutils.kconfig b/busybox-printutils.kconfig
index 6912ece..1fef6b9 100644
--- a/busybox-printutils.kconfig
+++ b/busybox-printutils.kconfig
@@ -7,19 +7,16 @@ menu "Print Utilities"
config LPD
bool "lpd"
- default n
help
lpd is a print spooling daemon.
config LPR
bool "lpr"
- default n
help
lpr sends files (or standard input) to a print spooling daemon.
config LPQ
bool "lpq"
- default n
help
lpq is a print spool queue examination and manipulation program.
diff --git a/busybox-procps.kconfig b/busybox-procps.kconfig
index 702442a..2e6633d 100644
--- a/busybox-procps.kconfig
+++ b/busybox-procps.kconfig
@@ -7,7 +7,6 @@ menu "Process Utilities"
config FREE
bool "free"
- default n
help
free displays the total amount of free and used physical and swap
memory in the system, as well as the buffers used by the kernel.
@@ -15,7 +14,6 @@ config FREE
config FUSER
bool "fuser"
- default n
help
fuser lists all PIDs (Process IDs) that currently have a given
file open. fuser can also list all PIDs that have a given network
@@ -23,7 +21,6 @@ config FUSER
config KILL
bool "kill"
- default n
help
The command kill sends the specified signal to the specified
process or process group. If no signal is specified, the TERM
@@ -31,7 +28,6 @@ config KILL
config KILLALL
bool "killall"
- default n
depends on KILL
help
killall sends a signal to all processes running any of the
@@ -40,38 +36,32 @@ config KILLALL
config KILLALL5
bool "killall5"
- default n
depends on KILL
config NMETER
bool "nmeter"
- default n
help
Prints selected system stats continuously, one line per update.
config PGREP
bool "pgrep"
- default n
help
Look for processes by name.
config PIDOF
bool "pidof"
- default n
help
Pidof finds the process id's (pids) of the named programs. It prints
those id's on the standard output.
config FEATURE_PIDOF_SINGLE
bool "Enable argument for single shot (-s)"
- default n
depends on PIDOF
help
Support argument '-s' for returning only the first pid found.
config FEATURE_PIDOF_OMIT
bool "Enable argument for omitting pids (-o)"
- default n
depends on PIDOF
help
Support argument '-o' for omitting the given pids in output.
@@ -80,19 +70,16 @@ config FEATURE_PIDOF_OMIT
config PKILL
bool "pkill"
- default n
help
Send signals to processes by name.
config PS
bool "ps"
- default n
help
ps gives a snapshot of the current processes.
config FEATURE_PS_WIDE
bool "Enable argument for wide output (-w)"
- default n
depends on PS
help
Support argument 'w' for wide output.
@@ -101,14 +88,12 @@ config FEATURE_PS_WIDE
config FEATURE_PS_TIME
bool "Enable time and elapsed time output"
- default n
depends on PS && DESKTOP
help
Support -o time and -o etime output specifiers.
config FEATURE_PS_UNUSUAL_SYSTEMS
bool "Support Linux prior to 2.4.0 and non-ELF systems"
- default n
depends on FEATURE_PS_TIME
help
Include support for measuring HZ on old kernels and non-ELF systems
@@ -116,20 +101,17 @@ config FEATURE_PS_UNUSUAL_SYSTEMS
config RENICE
bool "renice"
- default n
help
Renice alters the scheduling priority of one or more running
processes.
config BB_SYSCTL
bool "sysctl"
- default n
help
Configure kernel parameters at runtime.
config TOP
bool "top"
- default n
help
The top program provides a dynamic real-time view of a running
system.
@@ -152,7 +134,6 @@ config FEATURE_TOP_CPU_GLOBAL_PERCENTS
config FEATURE_TOP_SMP_CPU
bool "SMP CPU usage display ('c' key)"
- default n
depends on FEATURE_TOP_CPU_GLOBAL_PERCENTS
help
Allow 'c' key to switch between individual/cumulative CPU stats
@@ -160,7 +141,6 @@ config FEATURE_TOP_SMP_CPU
config FEATURE_TOP_DECIMALS
bool "Show 1/10th of a percent in CPU/mem statistics"
- default n
depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE
help
Show 1/10th of a percent in CPU/mem statistics.
@@ -168,7 +148,6 @@ config FEATURE_TOP_DECIMALS
config FEATURE_TOP_SMP_PROCESS
bool "Show CPU process runs on ('j' field)"
- default n
depends on TOP
help
Show CPU where process was last found running on.
@@ -176,14 +155,12 @@ config FEATURE_TOP_SMP_PROCESS
config FEATURE_TOPMEM
bool "Topmem command ('s' key)"
- default n
depends on TOP
help
Enable 's' in top (gives lots of memory info).
config UPTIME
bool "uptime"
- default n
help
uptime gives a one line display of the current time, how long
the system has been running, how many users are currently logged
@@ -191,7 +168,6 @@ config UPTIME
config WATCH
bool "watch"
- default n
help
watch is used to execute a program periodically, showing
output to the screen.
diff --git a/busybox-runit.kconfig b/busybox-runit.kconfig
index 422ca75..78db85b 100644
--- a/busybox-runit.kconfig
+++ b/busybox-runit.kconfig
@@ -7,14 +7,12 @@ menu "Runit Utilities"
config RUNSV
bool "runsv"
- default n
help
runsv starts and monitors a service and optionally an appendant log
service.
config RUNSVDIR
bool "runsvdir"
- default n
help
runsvdir starts a runsv process for each subdirectory, or symlink to
a directory, in the services directory dir, up to a limit of 1000
@@ -23,7 +21,6 @@ config RUNSVDIR
config FEATURE_RUNSVDIR_LOG
bool "Enable scrolling argument log"
depends on RUNSVDIR
- default n
help
Enable feature where second parameter of runsvdir holds last error
message (viewable via top/ps). Otherwise (feature is off
@@ -31,7 +28,6 @@ config FEATURE_RUNSVDIR_LOG
config SV
bool "sv"
- default n
help
sv reports the current status and controls the state of services
monitored by the runsv supervisor.
@@ -46,7 +42,6 @@ config SV_DEFAULT_SERVICE_DIR
config SVLOGD
bool "svlogd"
- default n
help
svlogd continuously reads log data from its standard input, optionally
filters log messages, and writes the data to one or more automatically
@@ -54,7 +49,6 @@ config SVLOGD
config CHPST
bool "chpst"
- default n
help
chpst changes the process state according to the given options, and
execs specified program.
diff --git a/busybox-selinux.kconfig b/busybox-selinux.kconfig
index e795e73..efd102d 100644
--- a/busybox-selinux.kconfig
+++ b/busybox-selinux.kconfig
@@ -8,7 +8,6 @@ menu "SELinux Utilities"
config CHCON
bool "chcon"
- default n
depends on SELINUX
help
Enable support to change the security context of file.
@@ -22,28 +21,24 @@ config FEATURE_CHCON_LONG_OPTIONS
config GETENFORCE
bool "getenforce"
- default n
depends on SELINUX
help
Enable support to get the current mode of SELinux.
config GETSEBOOL
bool "getsebool"
- default n
depends on SELINUX
help
Enable support to get SELinux boolean values.
config LOAD_POLICY
bool "load_policy"
- default n
depends on SELINUX
help
Enable support to load SELinux policy.
config MATCHPATHCON
bool "matchpathcon"
- default n
depends on SELINUX
help
Enable support to get default security context of the
@@ -51,7 +46,6 @@ config MATCHPATHCON
config RESTORECON
bool "restorecon"
- default n
depends on SELINUX
help
Enable support to relabel files. The feature is almost
@@ -59,7 +53,6 @@ config RESTORECON
config RUNCON
bool "runcon"
- default n
depends on SELINUX
help
Enable support to run command in speficied security context.
@@ -73,7 +66,6 @@ config FEATURE_RUNCON_LONG_OPTIONS
config SELINUXENABLED
bool "selinuxenabled"
- default n
depends on SELINUX
help
Enable support for this command to be used within shell scripts
@@ -81,14 +73,12 @@ config SELINUXENABLED
config SETENFORCE
bool "setenforce"
- default n
depends on SELINUX
help
Enable support to modify the mode SELinux is running in.
config SETFILES
bool "setfiles"
- default n
depends on SELINUX
help
Enable support to modify to relabel files.
@@ -98,7 +88,6 @@ config SETFILES
config FEATURE_SETFILES_CHECK_OPTION
bool "Enable check option"
- default n
depends on SETFILES
help
Support "-c" option (check the validity of the contexts against
@@ -106,7 +95,6 @@ config FEATURE_SETFILES_CHECK_OPTION
config SETSEBOOL
bool "setsebool"
- default n
depends on SELINUX
help
Enable support for change boolean.
@@ -114,7 +102,6 @@ config SETSEBOOL
config SESTATUS
bool "sestatus"
- default n
depends on SELINUX
help
Displays the status of SELinux.
diff --git a/busybox-shell.kconfig b/busybox-shell.kconfig
index e064450..a7f5992 100644
--- a/busybox-shell.kconfig
+++ b/busybox-shell.kconfig
@@ -7,7 +7,6 @@ menu "Shells"
choice
prompt "Choose your default shell"
- default FEATURE_SH_IS_NONE
help
Choose a shell. The ash shell is the most bash compatible
and full featured one.
@@ -35,7 +34,6 @@ endchoice
config ASH
bool "ash"
- default n
help
Tha 'ash' shell adds about 60k in the default configuration and is
the most complete and most pedantically correct shell included with
@@ -62,7 +60,6 @@ config ASH_JOB_CONTROL
config ASH_READ_NCHARS
bool "'read -n N' and 'read -s' support"
- default n
depends on ASH
help
'read -n N' will return a value after N characters have been read.
@@ -70,7 +67,6 @@ config ASH_READ_NCHARS
config ASH_READ_TIMEOUT
bool "'read -t S' support"
- default n
depends on ASH
help
'read -t S' will return a value after S seconds have passed.
@@ -93,7 +89,6 @@ config ASH_MATH_SUPPORT
config ASH_MATH_SUPPORT_64
bool "Extend Posix math support to 64 bit"
- default n
depends on ASH_MATH_SUPPORT
help
Enable 64-bit math support in the ash shell. This will make
@@ -102,7 +97,6 @@ config ASH_MATH_SUPPORT_64
config ASH_GETOPTS
bool "Builtin getopt to parse positional parameters"
- default n
depends on ASH
help
Enable getopts builtin in the ash shell.
@@ -130,7 +124,6 @@ config ASH_BUILTIN_TEST
config ASH_CMDCMD
bool "'command' command to override shell builtins"
- default n
depends on ASH
help
Enable support for the ash 'command' builtin, which allows
@@ -153,7 +146,6 @@ config ASH_OPTIMIZE_FOR_SIZE
config ASH_RANDOM_SUPPORT
bool "Pseudorandom generator and variable $RANDOM"
- default n
depends on ASH
help
Enable pseudorandom generator and dynamic variable "$RANDOM".
@@ -164,7 +156,6 @@ config ASH_RANDOM_SUPPORT
config ASH_EXPAND_PRMT
bool "Expand prompt string"
- default n
depends on ASH
help
"PS#" may be contain volatile content, such as backquote commands.
@@ -173,7 +164,6 @@ config ASH_EXPAND_PRMT
config HUSH
bool "hush"
- default n
help
hush is a very small shell (just 18k) and it has fairly complete
Bourne shell grammar. It even handles all the normal flow control
@@ -188,7 +178,6 @@ config HUSH
config HUSH_HELP
bool "help builtin"
- default n
depends on HUSH
help
Enable help builtin in hush. Code size + ~1 kbyte.
@@ -205,7 +194,6 @@ config HUSH_INTERACTIVE
config HUSH_JOB
bool "Job control"
- default n
depends on HUSH_INTERACTIVE
help
Enable job control: Ctrl-Z backgrounds, Ctrl-C interrupts current
@@ -216,21 +204,18 @@ config HUSH_JOB
config HUSH_TICK
bool "Process substitution"
- default n
depends on HUSH
help
Enable process substitution `command` and $(command) in hush.
config HUSH_IF
bool "Support if/then/elif/else/fi"
- default n
depends on HUSH
help
Enable if/then/elif/else/fi in hush.
config HUSH_LOOPS
bool "Support for, while and until loops"
- default n
depends on HUSH
help
Enable for, while and until loops in hush.
@@ -238,21 +223,18 @@ config HUSH_LOOPS
config HUSH_CASE
bool "Support case ... esac statement"
- default n
depends on HUSH
help
Enable case ... esac statement in hush. +400 bytes.
config LASH
bool "lash"
- default n
select HUSH
help
lash is deprecated and will be removed, please migrate to hush.
config MSH
bool "msh"
- default n
help
The minix shell (adds just 30k) is quite complete and handles things
like for/do/done, case/esac and all the things you expect a Bourne
@@ -266,14 +248,12 @@ comment "Bourne Shell Options"
config FEATURE_SH_EXTRA_QUIET
bool "Hide message on interactive shell startup"
- default n
depends on MSH || LASH || HUSH || ASH
help
Remove the busybox introduction when starting a shell.
config FEATURE_SH_STANDALONE
bool "Standalone shell"
- default n
depends on (MSH || LASH || HUSH || ASH) && FEATURE_PREFER_APPLETS
help
This option causes busybox shells to use busybox applets
@@ -306,7 +286,6 @@ config FEATURE_SH_STANDALONE
config FEATURE_SH_NOFORK
bool "Run 'nofork' applets directly"
- default n
depends on (MSH || LASH || HUSH || ASH) && FEATURE_PREFER_APPLETS
help
This option causes busybox shells [currently only ash]
@@ -323,7 +302,6 @@ config FEATURE_SH_NOFORK
config CTTYHACK
bool "cttyhack"
- default n
help
One common problem reported on the mailing list is "can't access tty;
job control turned off" error message which typically appears when
diff --git a/busybox-sysklogd.kconfig b/busybox-sysklogd.kconfig
index 0664be0..95d35f5 100644
--- a/busybox-sysklogd.kconfig
+++ b/busybox-sysklogd.kconfig
@@ -7,7 +7,6 @@ menu "System Logging Utilities"
config SYSLOGD
bool "syslogd"
- default n
help
The syslogd utility is used to record logs of all the
significant events that occur on a system. Every
@@ -22,7 +21,6 @@ config SYSLOGD
config FEATURE_ROTATE_LOGFILE
bool "Rotate message files"
- default n
depends on SYSLOGD
help
This enables syslogd to rotate the message files
@@ -30,7 +28,6 @@ config FEATURE_ROTATE_LOGFILE
config FEATURE_REMOTE_LOG
bool "Remote Log support"
- default n
depends on SYSLOGD
help
When you enable this feature, the syslogd utility can
@@ -44,7 +41,6 @@ config FEATURE_REMOTE_LOG
config FEATURE_SYSLOGD_DUP
bool "Support -D (drop dups) option"
- default n
depends on SYSLOGD
help
Option -D instructs syslogd to drop consecutive messages
@@ -52,7 +48,6 @@ config FEATURE_SYSLOGD_DUP
config FEATURE_IPC_SYSLOG
bool "Circular Buffer support"
- default n
depends on SYSLOGD
help
When you enable this feature, the syslogd utility will
@@ -85,7 +80,6 @@ config LOGREAD
config FEATURE_LOGREAD_REDUCED_LOCKING
bool "Double buffering"
- default n
depends on LOGREAD
help
'logread' ouput to slow serial terminals can have
@@ -96,7 +90,6 @@ config FEATURE_LOGREAD_REDUCED_LOCKING
config KLOGD
bool "klogd"
- default n
help
klogd is a utility which intercepts and logs all
messages from the Linux kernel and sends the messages
@@ -106,7 +99,6 @@ config KLOGD
config LOGGER
bool "logger"
- default n
select FEATURE_SYSLOG
help
The logger utility allows you to send arbitrary text
diff --git a/busybox-util-linux.kconfig b/busybox-util-linux.kconfig
index 976507b..a465638 100644
--- a/busybox-util-linux.kconfig
+++ b/busybox-util-linux.kconfig
@@ -7,7 +7,6 @@ menu "Linux System Utilities"
config BLKID
bool "blkid"
- default n
select VOLUMEID
help
Lists labels and UUIDs of all filesystems.
@@ -16,7 +15,6 @@ config BLKID
config DMESG
bool "dmesg"
- default n
help
dmesg is used to examine or control the kernel ring buffer. When the
Linux kernel prints messages to the system log, they are stored in
@@ -49,7 +47,6 @@ config FEATURE_DMESG_PRETTY
config FBSET
bool "fbset"
- default n
help
fbset is used to show or change the settings of a Linux frame buffer
device. The frame buffer device provides a simple and unique
@@ -58,7 +55,6 @@ config FBSET
config FEATURE_FBSET_FANCY
bool "Turn on extra fbset options"
- default n
depends on FBSET
help
This option enables extended fbset options, allowing one to set the
@@ -68,7 +64,6 @@ config FEATURE_FBSET_FANCY
config FEATURE_FBSET_READMODE
bool "Turn on fbset readmode support"
- default n
depends on FBSET
help
This option allows fbset to read the video mode database stored by
@@ -77,7 +72,6 @@ config FEATURE_FBSET_READMODE
config FDFLUSH
bool "fdflush"
- default n
help
fdflush is only needed when changing media on slightly-broken
removable media drives. It is used to make Linux believe that a
@@ -89,13 +83,11 @@ config FDFLUSH
config FDFORMAT
bool "fdformat"
- default n
help
fdformat is used to low-level format a floppy disk.
config FDISK
bool "fdisk"
- default n
help
The fdisk utility is used to divide hard disks into one or more
logical disks, which are generally called partitions. This utility
@@ -120,7 +112,6 @@ config FEATURE_FDISK_WRITABLE
config FEATURE_AIX_LABEL
bool "Support AIX disklabels"
- default n
depends on FDISK && FEATURE_FDISK_WRITABLE
help
Enabling this option allows you to create or change AIX disklabels.
@@ -128,7 +119,6 @@ config FEATURE_AIX_LABEL
config FEATURE_SGI_LABEL
bool "Support SGI disklabels"
- default n
depends on FDISK && FEATURE_FDISK_WRITABLE
help
Enabling this option allows you to create or change SGI disklabels.
@@ -136,7 +126,6 @@ config FEATURE_SGI_LABEL
config FEATURE_SUN_LABEL
bool "Support SUN disklabels"
- default n
depends on FDISK && FEATURE_FDISK_WRITABLE
help
Enabling this option allows you to create or change SUN disklabels.
@@ -144,7 +133,6 @@ config FEATURE_SUN_LABEL
config FEATURE_OSF_LABEL
bool "Support BSD disklabels"
- default n
depends on FDISK && FEATURE_FDISK_WRITABLE
help
Enabling this option allows you to create or change BSD disklabels
@@ -152,7 +140,6 @@ config FEATURE_OSF_LABEL
config FEATURE_FDISK_ADVANCED
bool "Support expert mode"
- default n
depends on FDISK && FEATURE_FDISK_WRITABLE
help
Enabling this option allows you to do terribly unsafe things like
@@ -162,7 +149,6 @@ config FEATURE_FDISK_ADVANCED
config FINDFS
bool "findfs"
- default n
select VOLUMEID
help
Prints the name of a filesystem with given label or UUID.
@@ -171,7 +157,6 @@ config FINDFS
config FREERAMDISK
bool "freeramdisk"
- default n
help
Linux allows you to create ramdisks. This utility allows you to
delete them and completely free all memory that was used for the
@@ -182,7 +167,6 @@ config FREERAMDISK
config FSCK_MINIX
bool "fsck_minix"
- default n
help
The minix filesystem is a nice, small, compact, read-write filesystem
with little overhead. It is not a journaling filesystem however and
@@ -193,7 +177,6 @@ config FSCK_MINIX
config MKFS_MINIX
bool "mkfs_minix"
- default n
help
The minix filesystem is a nice, small, compact, read-write filesystem
with little overhead. If you wish to be able to create minix
@@ -213,7 +196,6 @@ config FEATURE_MINIX2
config GETOPT
bool "getopt"
- default n
help
The getopt utility is used to break up (parse) options in command
lines to make it easy to write complex shell scripts that also check
@@ -224,14 +206,12 @@ config GETOPT
config HEXDUMP
bool "hexdump"
- default n
help
The hexdump utility is used to display binary data in a readable
way that is comparable to the output from most hex editors.
config FEATURE_HEXDUMP_REVERSE
bool "Support -R, reverse of 'hexdump -Cv'"
- default n
depends on HEXDUMP
help
The hexdump utility is used to display binary data in an ascii
@@ -241,14 +221,12 @@ config FEATURE_HEXDUMP_REVERSE
config HD
bool "hd"
- default n
select HEXDUMP
help
hd is an alias to hexdump -C.
config HWCLOCK
bool "hwclock"
- default n
help
The hwclock utility is used to read and set the hardware clock
on a system. This is primarily used to set the current time on
@@ -257,7 +235,6 @@ config HWCLOCK
config FEATURE_HWCLOCK_LONG_OPTIONS
bool "Support long options (--hctosys,...)"
- default n
depends on HWCLOCK && GETOPT_LONG
help
By default, the hwclock utility only uses short options. If you
@@ -278,7 +255,6 @@ config FEATURE_HWCLOCK_ADJTIME_FHS
config IPCRM
bool "ipcrm"
- default n
select FEATURE_SUID
help
The ipcrm utility allows the removal of System V interprocess
@@ -287,7 +263,6 @@ config IPCRM
config IPCS
bool "ipcs"
- default n
select FEATURE_SUID
help
The ipcs utility is used to provide information on the currently
@@ -295,7 +270,6 @@ config IPCS
config LOSETUP
bool "losetup"
- default n
help
losetup is used to associate or detach a loop device with a regular
file or block device, and to query the status of a loop device. This
@@ -303,7 +277,6 @@ config LOSETUP
config MDEV
bool "mdev"
- default n
help
mdev is a mini-udev implementation for dynamically creating device
nodes in the /dev directory.
@@ -312,7 +285,6 @@ config MDEV
config FEATURE_MDEV_CONF
bool "Support /etc/mdev.conf"
- default n
depends on MDEV
help
Add support for the mdev config file to control ownership and
@@ -322,7 +294,6 @@ config FEATURE_MDEV_CONF
config FEATURE_MDEV_RENAME
bool "Support subdirs/symlinks"
- default n
depends on FEATURE_MDEV_CONF
help
Add support for renaming devices and creating symlinks.
@@ -331,7 +302,6 @@ config FEATURE_MDEV_RENAME
config FEATURE_MDEV_RENAME_REGEXP
bool "Support regular expressions substitutions when renaming device"
- default n
depends on FEATURE_MDEV_RENAME
help
Add support for regular expressions substitutions when renaming
@@ -339,7 +309,6 @@ config FEATURE_MDEV_RENAME_REGEXP
config FEATURE_MDEV_EXEC
bool "Support command execution at device addition/removal"
- default n
depends on FEATURE_MDEV_CONF
help
This adds support for an optional field to /etc/mdev.conf for
@@ -349,7 +318,6 @@ config FEATURE_MDEV_EXEC
config FEATURE_MDEV_LOAD_FIRMWARE
bool "Support loading of firmwares"
- default n
depends on MDEV
help
Some devices need to load firmware before they can be usable.
@@ -360,7 +328,6 @@ config FEATURE_MDEV_LOAD_FIRMWARE
config MKSWAP
bool "mkswap"
- default n
help
The mkswap utility is used to configure a file or disk partition as
Linux swap space. This allows Linux to use the entire file or
@@ -373,7 +340,6 @@ config MKSWAP
config FEATURE_MKSWAP_V0
bool "Version 0 support"
- default n
depends on MKSWAP
# depends on MKSWAP && DEPRECATED
help
@@ -383,7 +349,6 @@ config FEATURE_MKSWAP_V0
config MORE
bool "more"
- default n
help
more is a simple utility which allows you to read text one screen
sized page at a time. If you want to read text that is larger than
@@ -404,130 +369,111 @@ config FEATURE_USE_TERMIOS
config VOLUMEID
bool #No description makes it a hidden option
- default n
config FEATURE_VOLUMEID_EXT
bool "Ext filesystem"
- default n
depends on VOLUMEID
help
TODO
config FEATURE_VOLUMEID_REISERFS
bool "Reiser filesystem"
- default n
depends on VOLUMEID
help
TODO
config FEATURE_VOLUMEID_FAT
bool "fat filesystem"
- default n
depends on VOLUMEID
help
TODO
config FEATURE_VOLUMEID_HFS
bool "hfs filesystem"
- default n
depends on VOLUMEID
help
TODO
config FEATURE_VOLUMEID_JFS
bool "jfs filesystem"
- default n
depends on VOLUMEID
help
TODO
### config FEATURE_VOLUMEID_UFS
### bool "ufs filesystem"
-### default n
### depends on VOLUMEID
### help
### TODO
config FEATURE_VOLUMEID_XFS
bool "xfs filesystem"
- default n
depends on VOLUMEID
help
TODO
config FEATURE_VOLUMEID_NTFS
bool "ntfs filesystem"
- default n
depends on VOLUMEID
help
TODO
config FEATURE_VOLUMEID_ISO9660
bool "iso9660 filesystem"
- default n
depends on VOLUMEID
help
TODO
config FEATURE_VOLUMEID_UDF
bool "udf filesystem"
- default n
depends on VOLUMEID
help
TODO
config FEATURE_VOLUMEID_LUKS
bool "luks filesystem"
- default n
depends on VOLUMEID
help
TODO
config FEATURE_VOLUMEID_LINUXSWAP
bool "linux swap filesystem"
- default n
depends on VOLUMEID
help
TODO
### config FEATURE_VOLUMEID_LVM
### bool "lvm"
-### default n
### depends on VOLUMEID
### help
### TODO
config FEATURE_VOLUMEID_CRAMFS
bool "cramfs filesystem"
- default n
depends on VOLUMEID
help
TODO
### config FEATURE_VOLUMEID_HPFS
### bool "hpfs filesystem"
-### default n
### depends on VOLUMEID
### help
### TODO
config FEATURE_VOLUMEID_ROMFS
bool "romfs filesystem"
- default n
depends on VOLUMEID
help
TODO
config FEATURE_VOLUMEID_SYSV
bool "sysv filesystem"
- default n
depends on VOLUMEID
help
TODO
### config FEATURE_VOLUMEID_MINIX
### bool "minix filesystem"
-### default n
### depends on VOLUMEID
### help
### TODO
@@ -535,84 +481,72 @@ config FEATURE_VOLUMEID_SYSV
### These only detect partition tables - not used (yet?)
### config FEATURE_VOLUMEID_MAC
### bool "mac filesystem"
-### default n
### depends on VOLUMEID
### help
### TODO
###
### config FEATURE_VOLUMEID_MSDOS
### bool "msdos filesystem"
-### default n
### depends on VOLUMEID
### help
### TODO
config FEATURE_VOLUMEID_OCFS2
bool "ocfs2 filesystem"
- default n
depends on VOLUMEID
help
TODO
### config FEATURE_VOLUMEID_HIGHPOINTRAID
### bool "highpoint raid"
-### default n
### depends on VOLUMEID
### help
### TODO
### config FEATURE_VOLUMEID_ISWRAID
### bool "intel raid"
-### default n
### depends on VOLUMEID
### help
### TODO
### config FEATURE_VOLUMEID_LSIRAID
### bool "lsi raid"
-### default n
### depends on VOLUMEID
### help
### TODO
### config FEATURE_VOLUMEID_VIARAID
### bool "via raid"
-### default n
### depends on VOLUMEID
### help
### TODO
### config FEATURE_VOLUMEID_SILICONRAID
### bool "silicon raid"
-### default n
### depends on VOLUMEID
### help
### TODO
### config FEATURE_VOLUMEID_NVIDIARAID
### bool "nvidia raid"
-### default n
### depends on VOLUMEID
### help
### TODO
### config FEATURE_VOLUMEID_PROMISERAID
### bool "promise raid"
-### default n
### depends on VOLUMEID
### help
### TODO
config FEATURE_VOLUMEID_LINUXRAID
bool "linuxraid"
- default n
depends on VOLUMEID
help
TODO
config MOUNT
bool "mount"
- default n
help
All files and filesystems in Unix are arranged into one big directory
tree. The 'mount' utility is used to graft a filesystem onto a
@@ -623,14 +557,12 @@ config MOUNT
config FEATURE_MOUNT_FAKE
bool "Support option -f"
- default n
depends on MOUNT
help
Enable support for faking a file system mount.
config FEATURE_MOUNT_VERBOSE
bool "Support option -v"
- default n
depends on MOUNT
help
Enable multi-level -v[vv...] verbose messages. Useful if you
@@ -639,7 +571,6 @@ config FEATURE_MOUNT_VERBOSE
config FEATURE_MOUNT_HELPERS
bool "Support mount helpers"
- default n
depends on MOUNT
help
Enable mounting of virtual file systems via external helpers.
@@ -651,7 +582,6 @@ config FEATURE_MOUNT_HELPERS
config FEATURE_MOUNT_LABEL
bool "Support specifiying devices by label or UUID"
- default n
depends on MOUNT
select VOLUMEID
help
@@ -660,7 +590,6 @@ config FEATURE_MOUNT_LABEL
config FEATURE_MOUNT_NFS
bool "Support mounting NFS file systems"
- default n
depends on MOUNT
select FEATURE_HAVE_RPC
select FEATURE_SYSLOG
@@ -669,7 +598,6 @@ config FEATURE_MOUNT_NFS
config FEATURE_MOUNT_CIFS
bool "Support mounting CIFS/SMB file systems"
- default n
depends on MOUNT
help
Enable support for samba mounts.
@@ -693,7 +621,6 @@ config FEATURE_MOUNT_FSTAB
config PIVOT_ROOT
bool "pivot_root"
- default n
help
The pivot_root utility swaps the mount points for the root filesystem
with some other mounted filesystem. This allows you to do all sorts
@@ -705,7 +632,6 @@ config PIVOT_ROOT
config RDATE
bool "rdate"
- default n
help
The rdate utility allows you to synchronize the date and time of your
system clock with the date and time of a remote networked system using
@@ -714,31 +640,26 @@ config RDATE
config RDEV
bool "rdev"
- default n
help
Print the device node associated with the filesystem mounted at '/'.
config READPROFILE
bool "readprofile"
- default n
help
This allows you to parse /proc/profile for basic profiling.
config RTCWAKE
bool "rtcwake"
- default n
help
Enter a system sleep state until specified wakeup time.
config SCRIPT
bool "script"
- default n
help
The script makes typescript of terminal session.
config SETARCH
bool "setarch"
- default n
help
The linux32 utility is used to create a 32bit environment for the
specified program (usually a shell). It only makes sense to have
@@ -747,7 +668,6 @@ config SETARCH
config SWAPONOFF
bool "swaponoff"
- default n
help
This option enables both the 'swapon' and the 'swapoff' utilities.
Once you have created some swap space using 'mkswap', you also need
@@ -758,14 +678,12 @@ config SWAPONOFF
config FEATURE_SWAPON_PRI
bool "Support priority option -p"
- default n
depends on SWAPONOFF
help
Enable support for setting swap device priority in swapon.
config SWITCH_ROOT
bool "switch_root"
- default n
help
The switch_root utility is used from initramfs to select a new
root device. Under initramfs, you have to use this instead of
@@ -784,7 +702,6 @@ config SWITCH_ROOT
config UMOUNT
bool "umount"
- default n
help
When you want to remove a mounted filesystem from its current mount
point, for example when you are shutting down the system, the
@@ -793,7 +710,6 @@ config UMOUNT
config FEATURE_UMOUNT_ALL
bool "Support option -a"
- default n
depends on UMOUNT
help
Support -a option to unmount all currently mounted filesystems.
@@ -803,7 +719,6 @@ comment "Common options for mount/umount"
config FEATURE_MOUNT_LOOP
bool "Support loopback mounts"
- default n
depends on MOUNT || UMOUNT
help
Enabling this feature allows automatic mounting of files (containing
@@ -820,7 +735,6 @@ config FEATURE_MOUNT_LOOP
config FEATURE_MTAB_SUPPORT
bool "Support for the old /etc/mtab file"
- default n
depends on MOUNT || UMOUNT
select FEATURE_MOUNT_FAKE
help
diff --git a/busybox.kconfig b/busybox.kconfig
index 4fd9d11..a553edd 100644
--- a/busybox.kconfig
+++ b/busybox.kconfig
@@ -15,7 +15,6 @@ menu "General Configuration"
config DESKTOP
bool "Enable options for full-blown desktop systems"
- default n
help
Enable options and features which are not essential.
Select this only if you plan to use busybox on full-blown
@@ -23,7 +22,6 @@ config DESKTOP
config EXTRA_COMPAT
bool "Provide compatible behavior for rare corner cases (bigger code)"
- default n
help
This option makes grep, sed etc handle rare corner cases
(embedded NUL bytes and such). This makes code bigger and uses
@@ -32,7 +30,6 @@ config EXTRA_COMPAT
config FEATURE_ASSUME_UNICODE
bool "Assume that 1:1 char/glyph correspondence is not true"
- default n
help
This makes various applets aware that one byte is not
one character on screen.
@@ -44,7 +41,6 @@ config FEATURE_ASSUME_UNICODE
choice
prompt "Buffer allocation policy"
- default FEATURE_BUFFERS_USE_MALLOC
help
There are 3 ways BusyBox can handle buffer allocations:
- Use malloc. This costs code size for the call to xmalloc.
@@ -77,7 +73,6 @@ config SHOW_USAGE
config FEATURE_VERBOSE_USAGE
bool "Show verbose applet usage messages"
- default n
select SHOW_USAGE
help
All BusyBox applets will show more verbose help messages when
@@ -101,7 +96,6 @@ config FEATURE_COMPRESS_USAGE
config FEATURE_INSTALLER
bool "Support --install [-s] to install applet links at runtime"
- default n
help
Enable 'busybox --install [-s]' support. This will allow you to use
busybox at runtime to create hard links or symlinks for all the
@@ -109,7 +103,6 @@ config FEATURE_INSTALLER
config LOCALE_SUPPORT
bool "Enable locale support (system needs locale for this to work)"
- default n
help
Enable this if your system has locale support and you would like
busybox to support locale settings.
@@ -133,7 +126,6 @@ config FEATURE_DEVPTS
config FEATURE_CLEAN_UP
bool "Clean up all memory before exiting (usually not needed)"
- default n
help
As a size optimization, busybox normally exits without explicitly
freeing dynamically allocated memory or closing files. This saves
@@ -145,14 +137,12 @@ config FEATURE_CLEAN_UP
config FEATURE_PIDFILE
bool "Support writing pidfiles"
- default n
help
This option makes some applets (e.g. crond, syslogd, inetd) write
a pidfile in /var/run. Some applications rely on them.
config FEATURE_SUID
bool "Support for SUID/SGID handling"
- default n
help
With this option you can install the busybox binary belonging
to root with the suid bit set, and it will automatically drop
@@ -169,7 +159,6 @@ config FEATURE_SUID
config FEATURE_SUID_CONFIG
bool "Runtime SUID/SGID configuration via /etc/busybox.conf"
- default n if FEATURE_SUID
depends on FEATURE_SUID
help
Allow the SUID / SGID state of an applet to be determined at runtime
@@ -211,7 +200,6 @@ config FEATURE_SUID_CONFIG_QUIET
config SELINUX
bool "Support NSA Security Enhanced Linux"
- default n
help
Enable support for SELinux in applets ls, ps, and id. Also provide
the option of compiling in SELinux applets.
@@ -231,7 +219,6 @@ config SELINUX
config FEATURE_PREFER_APPLETS
bool "exec prefers applets"
- default n
help
This is an experimental option which directs applets about to
call 'exec' to try and find an applicable busybox applet before
@@ -257,14 +244,12 @@ config BUSYBOX_EXEC_PATH
config FEATURE_SYSLOG
bool #No description makes it a hidden option
- default n
#help
# This option is auto-selected when you select any applet which may
# send its output to syslog. You do not need to select it manually.
config FEATURE_HAVE_RPC
bool #No description makes it a hidden option
- default n
#help
# This is automatically selected if any of enabled applets need it.
# You do not need to select it manually.
@@ -275,7 +260,6 @@ menu 'Build Options'
config STATIC
bool "Build BusyBox as a static binary (no shared libs)"
- default n
help
If you want to build a static BusyBox binary, which does not
use or require any shared libraries, then enable this option.
@@ -289,7 +273,6 @@ config STATIC
config PIE
bool "Build BusyBox as a position independent executable"
- default n
depends on !STATIC
help
(TODO: what is it and why/when is it useful?)
@@ -297,7 +280,6 @@ config PIE
config NOMMU
bool "Force NOMMU build"
- default n
help
Busybox tries to detect whether architecture it is being
built against supports MMU or not. If this detection fails,
@@ -310,7 +292,6 @@ config NOMMU
# build system does not support that
config BUILD_LIBBUSYBOX
bool "Build shared libbusybox"
- default n
depends on !FEATURE_PREFER_APPLETS && !PIE && !STATIC
help
Build a shared library libbusybox.so.N.N.N which contains all
@@ -323,7 +304,6 @@ config BUILD_LIBBUSYBOX
### config FEATURE_FULL_LIBBUSYBOX
### bool "Feature-complete libbusybox"
-### default n if !FEATURE_SHARED_BUSYBOX
### depends on BUILD_LIBBUSYBOX
### help
### Build a libbusybox with the complete feature-set, disregarding
@@ -369,7 +349,6 @@ config FEATURE_SHARED_BUSYBOX
### config BUILD_AT_ONCE
### bool "Compile all sources at once"
-### default n
### help
### Normally each source-file is compiled with one invocation of
### the compiler.
@@ -388,7 +367,6 @@ config FEATURE_SHARED_BUSYBOX
config LFS
bool "Build with Large File Support (for accessing files > 2 GB)"
- default n
select FDISK_SUPPORT_LARGE_DISKS
help
If you want to build BusyBox with large file support, then enable
@@ -417,7 +395,6 @@ menu 'Debugging Options'
config DEBUG
bool "Build BusyBox with extra Debugging symbols"
- default n
help
Say Y here if you wish to examine BusyBox internals while applets are
running. This increases the size of the binary considerably, and
@@ -428,7 +405,6 @@ config DEBUG
config DEBUG_PESSIMIZE
bool "Disable compiler optimizations"
- default n
depends on DEBUG
help
The compiler's optimization of source code can eliminate and reorder
@@ -439,7 +415,6 @@ config DEBUG_PESSIMIZE
config WERROR
bool "Abort compilation on any warning"
- default n
help
Selecting this will add -Werror to gcc command line.
@@ -447,7 +422,6 @@ config WERROR
choice
prompt "Additional debugging library"
- default NO_DEBUG_LIB
help
Using an additional debugging library will make BusyBox become
considerable larger and will cause it to run more slowly. You
@@ -505,14 +479,12 @@ menu 'Installation Options'
config INSTALL_NO_USR
bool "Don't use /usr"
- default n
help
Disable use of /usr. Don't activate this option if you don't know
that you really want this behaviour.
choice
prompt "Applets links"
- default INSTALL_APPLET_SYMLINKS
help
Choose how you install applets links.
@@ -545,7 +517,6 @@ endchoice
choice
prompt "/bin/sh applet link"
- default INSTALL_SH_APPLET_SYMLINK
depends on INSTALL_APPLET_SCRIPT_WRAPPERS
help
Choose how you install /bin/sh applet link.