summaryrefslogtreecommitdiff
path: root/busybox-coreutils.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 23:08:10 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 23:08:10 +0100
commitf7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b (patch)
tree5182a501c5700bb9b0a64c45033d8686f1868c14 /busybox-coreutils.kconfig
parent1caedd37842349f5717f565c07d340d3e2995e88 (diff)
downloadembtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.gz
embtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.bz2
embtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.xz
Adapt kconfig symbols for embtk
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-coreutils.kconfig')
-rw-r--r--busybox-coreutils.kconfig330
1 files changed, 165 insertions, 165 deletions
diff --git a/busybox-coreutils.kconfig b/busybox-coreutils.kconfig
index 0d95e90..ef1ce28 100644
--- a/busybox-coreutils.kconfig
+++ b/busybox-coreutils.kconfig
@@ -5,99 +5,99 @@
menu "Coreutils"
-config BASENAME
+config KEMBTK_BUSYB_BASENAME
bool "basename"
help
basename is used to strip the directory and suffix from filenames,
leaving just the filename itself. Enable this option if you wish
to enable the 'basename' utility.
-config CAL
+config KEMBTK_BUSYB_CAL
bool "cal"
help
cal is used to display a monthly calender.
-config CAT
+config KEMBTK_BUSYB_CAT
bool "cat"
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
+config KEMBTK_BUSYB_CATV
bool "catv"
help
Display nonprinting characters as escape sequences (like some
implementations' cat -v option).
-config CHGRP
+config KEMBTK_BUSYB_CHGRP
bool "chgrp"
help
chgrp is used to change the group ownership of files.
-config CHMOD
+config KEMBTK_BUSYB_CHMOD
bool "chmod"
help
chmod is used to change the access permission of files.
-config CHOWN
+config KEMBTK_BUSYB_CHOWN
bool "chown"
help
chown is used to change the user and/or group ownership
of files.
-config CHROOT
+config KEMBTK_BUSYB_CHROOT
bool "chroot"
help
chroot is used to change the root directory and run a command.
The default command is `/bin/sh'.
-config CKSUM
+config KEMBTK_BUSYB_CKSUM
bool "cksum"
help
cksum is used to calculate the CRC32 checksum of a file.
-config COMM
+config KEMBTK_BUSYB_COMM
bool "comm"
help
comm is used to compare two files line by line and return
a three-column output.
-config CP
+config KEMBTK_BUSYB_CP
bool "cp"
help
cp is used to copy files and directories.
-config CUT
+config KEMBTK_BUSYB_CUT
bool "cut"
help
cut is used to print selected parts of lines from
each file to stdout.
-config DATE
+config KEMBTK_BUSYB_DATE
bool "date"
help
date is used to set the system date or display the
current time in the given format.
-config FEATURE_DATE_ISOFMT
+config KEMBTK_BUSYB_FEATURE_DATE_ISOFMT
bool "Enable ISO date format output (-I)"
default y
- depends on DATE
+ depends on KEMBTK_BUSYB_DATE
help
Enable option (-I) to output an ISO-8601 compliant
date/time string.
-config DD
+config KEMBTK_BUSYB_DD
bool "dd"
help
dd copies a file (from standard input to standard output,
by default) using specific input and output blocksizes,
while optionally performing conversions on it.
-config FEATURE_DD_SIGNAL_HANDLING
- bool "Enable DD signal handling for status reporting"
+config KEMBTK_BUSYB_FEATURE_DD_SIGNAL_HANDLING
+ bool "Enable KEMBTK_BUSYB_DD signal handling for status reporting"
default y
- depends on DD
+ depends on KEMBTK_BUSYB_DD
help
sending a SIGUSR1 signal to a running `dd' process makes it
print to standard error the number of records read and written
@@ -107,225 +107,225 @@ config FEATURE_DD_SIGNAL_HANDLING
$ pid=$! kill -USR1 $pid; sleep 1; kill $pid
10899206+0 records in 10899206+0 records out
-config FEATURE_DD_IBS_OBS
+config KEMBTK_BUSYB_FEATURE_DD_IBS_OBS
bool "Enable ibs, obs and conv options"
- depends on DD
+ depends on KEMBTK_BUSYB_DD
help
Enables support for writing a certain number of bytes in and out,
at a time, and performing conversions on the data stream.
-config DF
+config KEMBTK_BUSYB_DF
bool "df"
help
df reports the amount of disk space used and available
on filesystems.
-config FEATURE_DF_FANCY
+config KEMBTK_BUSYB_FEATURE_DF_FANCY
bool "Enable -a, -i, -B"
- depends on DF
+ depends on KEMBTK_BUSYB_DF
help
This option enables -a, -i and -B.
-config DIRNAME
+config KEMBTK_BUSYB_DIRNAME
bool "dirname"
help
dirname is used to strip a non-directory suffix from
a file name.
-config DOS2UNIX
+config KEMBTK_BUSYB_DOS2UNIX
bool "dos2unix/unix2dos"
help
dos2unix is used to convert a text file from DOS format to
UNIX format, and vice versa.
-config UNIX2DOS
+config KEMBTK_BUSYB_UNIX2DOS
bool
default y
- depends on DOS2UNIX
+ depends on KEMBTK_BUSYB_DOS2UNIX
help
unix2dos is used to convert a text file from UNIX format to
DOS format, and vice versa.
-config DU
+config KEMBTK_BUSYB_DU
bool "du (default blocksize of 512 bytes)"
help
du is used to report the amount of disk space used
for specified files.
-config FEATURE_DU_DEFAULT_BLOCKSIZE_1K
+config KEMBTK_BUSYB_FEATURE_DU_DEFAULT_BLOCKSIZE_1K
bool "Use a default blocksize of 1024 bytes (1K)"
default y
- depends on DU
+ depends on KEMBTK_BUSYB_DU
help
Use a blocksize of (1K) instead of the default 512b.
-config ECHO
+config KEMBTK_BUSYB_ECHO
bool "echo (basic SuSv3 version taking no options)"
help
echo is used to print a specified string to stdout.
# this entry also appears in shell/Config.in, next to the echo builtin
-config FEATURE_FANCY_ECHO
+config KEMBTK_BUSYB_FEATURE_FANCY_ECHO
bool "Enable echo options (-n and -e)"
default y
- depends on ECHO || ASH_BUILTIN_ECHO
+ depends on KEMBTK_BUSYB_ECHO || KEMBTK_BUSYB_ASH_BUILTIN_ECHO
help
This adds options (-n and -e) to echo.
-config ENV
+config KEMBTK_BUSYB_ENV
bool "env"
help
env is used to set an environment variable and run
a command; without options it displays the current
environment.
-config FEATURE_ENV_LONG_OPTIONS
+config KEMBTK_BUSYB_FEATURE_ENV_LONG_OPTIONS
bool "Enable long options"
- depends on ENV && GETOPT_LONG
+ depends on KEMBTK_BUSYB_ENV && KEMBTK_BUSYB_GETOPT_LONG
help
Support long options for the env applet.
-config EXPAND
+config KEMBTK_BUSYB_EXPAND
bool "expand"
help
By default, convert all tabs to spaces.
-config FEATURE_EXPAND_LONG_OPTIONS
+config KEMBTK_BUSYB_FEATURE_EXPAND_LONG_OPTIONS
bool "Enable long options"
- depends on EXPAND && GETOPT_LONG
+ depends on KEMBTK_BUSYB_EXPAND && KEMBTK_BUSYB_GETOPT_LONG
help
Support long options for the expand applet.
-config EXPR
+config KEMBTK_BUSYB_EXPR
bool "expr"
help
expr is used to calculate numbers and print the result
to standard output.
-config EXPR_MATH_SUPPORT_64
+config KEMBTK_BUSYB_EXPR_MATH_SUPPORT_64
bool "Extend Posix numbers support to 64 bit"
- depends on EXPR
+ depends on KEMBTK_BUSYB_EXPR
help
Enable 64-bit math support in the expr applet. This will make
the applet slightly larger, but will allow computation with very
large numbers.
-config FALSE
+config KEMBTK_BUSYB_FALSE
bool "false"
help
- false returns an exit code of FALSE (1).
+ false returns an exit code of KEMBTK_BUSYB_FALSE (1).
-config FOLD
+config KEMBTK_BUSYB_FOLD
bool "fold"
help
Wrap text to fit a specific width.
-config HEAD
+config KEMBTK_BUSYB_HEAD
bool "head"
help
head is used to print the first specified number of lines
from files.
-config FEATURE_FANCY_HEAD
+config KEMBTK_BUSYB_FEATURE_FANCY_HEAD
bool "Enable head options (-c, -q, and -v)"
- depends on HEAD
+ depends on KEMBTK_BUSYB_HEAD
help
This enables the head options (-c, -q, and -v).
-config HOSTID
+config KEMBTK_BUSYB_HOSTID
bool "hostid"
help
hostid prints the numeric identifier (in hexadecimal) for
the current host.
-config ID
+config KEMBTK_BUSYB_ID
bool "id"
help
- id displays the current user and group ID names.
+ id displays the current user and group KEMBTK_BUSYB_ID names.
-config INSTALL
+config KEMBTK_BUSYB_INSTALL
bool "install"
help
Copy files and set attributes.
-config FEATURE_INSTALL_LONG_OPTIONS
+config KEMBTK_BUSYB_FEATURE_INSTALL_LONG_OPTIONS
bool "Enable long options"
- depends on INSTALL && GETOPT_LONG
+ depends on KEMBTK_BUSYB_INSTALL && KEMBTK_BUSYB_GETOPT_LONG
help
Support long options for the install applet.
-config LENGTH
+config KEMBTK_BUSYB_LENGTH
bool "length"
help
length is used to print out the length of a specified string.
-config LN
+config KEMBTK_BUSYB_LN
bool "ln"
help
ln is used to create hard or soft links between files.
-config LOGNAME
+config KEMBTK_BUSYB_LOGNAME
bool "logname"
help
logname is used to print the current user's login name.
-config LS
+config KEMBTK_BUSYB_LS
bool "ls"
help
ls is used to list the contents of directories.
-config FEATURE_LS_FILETYPES
+config KEMBTK_BUSYB_FEATURE_LS_FILETYPES
bool "Enable filetyping options (-p and -F)"
default y
- depends on LS
+ depends on KEMBTK_BUSYB_LS
help
Enable the ls options (-p and -F).
-config FEATURE_LS_FOLLOWLINKS
+config KEMBTK_BUSYB_FEATURE_LS_FOLLOWLINKS
bool "Enable symlinks dereferencing (-L)"
default y
- depends on LS
+ depends on KEMBTK_BUSYB_LS
help
Enable the ls option (-L).
-config FEATURE_LS_RECURSIVE
+config KEMBTK_BUSYB_FEATURE_LS_RECURSIVE
bool "Enable recursion (-R)"
default y
- depends on LS
+ depends on KEMBTK_BUSYB_LS
help
Enable the ls option (-R).
-config FEATURE_LS_SORTFILES
+config KEMBTK_BUSYB_FEATURE_LS_SORTFILES
bool "Sort the file names"
default y
- depends on LS
+ depends on KEMBTK_BUSYB_LS
help
Allow ls to sort file names alphabetically.
-config FEATURE_LS_TIMESTAMPS
+config KEMBTK_BUSYB_FEATURE_LS_TIMESTAMPS
bool "Show file timestamps"
default y
- depends on LS
+ depends on KEMBTK_BUSYB_LS
help
Allow ls to display timestamps for files.
-config FEATURE_LS_USERNAME
+config KEMBTK_BUSYB_FEATURE_LS_USERNAME
bool "Show username/groupnames"
default y
- depends on LS
+ depends on KEMBTK_BUSYB_LS
help
Allow ls to display username/groupname for files.
-config FEATURE_LS_COLOR
+config KEMBTK_BUSYB_FEATURE_LS_COLOR
bool "Allow use of color to identify file types"
default y
- depends on LS && GETOPT_LONG
+ depends on KEMBTK_BUSYB_LS && KEMBTK_BUSYB_GETOPT_LONG
help
This enables the --color option to ls.
-config FEATURE_LS_COLOR_IS_DEFAULT
+config KEMBTK_BUSYB_FEATURE_LS_COLOR_IS_DEFAULT
bool "Produce colored ls output by default"
- depends on FEATURE_LS_COLOR
+ depends on KEMBTK_BUSYB_FEATURE_LS_COLOR
help
Saying yes here will turn coloring on by default,
even if no "--color" option is given to the ls command.
@@ -333,122 +333,122 @@ config FEATURE_LS_COLOR_IS_DEFAULT
configurable, and the output may not be legible on
many output screens.
-config MD5SUM
+config KEMBTK_BUSYB_MD5SUM
bool "md5sum"
help
md5sum is used to print or check MD5 checksums.
-config MKDIR
+config KEMBTK_BUSYB_MKDIR
bool "mkdir"
help
mkdir is used to create directories with the specified names.
-config FEATURE_MKDIR_LONG_OPTIONS
+config KEMBTK_BUSYB_FEATURE_MKDIR_LONG_OPTIONS
bool "Enable long options"
- depends on MKDIR && GETOPT_LONG
+ depends on KEMBTK_BUSYB_MKDIR && KEMBTK_BUSYB_GETOPT_LONG
help
Support long options for the mkdir applet.
-config MKFIFO
+config KEMBTK_BUSYB_MKFIFO
bool "mkfifo"
help
mkfifo is used to create FIFOs (named pipes).
The `mknod' program can also create FIFOs.
-config MKNOD
+config KEMBTK_BUSYB_MKNOD
bool "mknod"
help
mknod is used to create FIFOs or block/character special
files with the specified names.
-config MV
+config KEMBTK_BUSYB_MV
bool "mv"
help
mv is used to move or rename files or directories.
-config FEATURE_MV_LONG_OPTIONS
+config KEMBTK_BUSYB_FEATURE_MV_LONG_OPTIONS
bool "Enable long options"
- depends on MV && GETOPT_LONG
+ depends on KEMBTK_BUSYB_MV && KEMBTK_BUSYB_GETOPT_LONG
help
Support long options for the mv applet.
-config NICE
+config KEMBTK_BUSYB_NICE
bool "nice"
help
nice runs a program with modified scheduling priority.
-config NOHUP
+config KEMBTK_BUSYB_NOHUP
bool "nohup"
help
run a command immune to hangups, with output to a non-tty.
-config OD
+config KEMBTK_BUSYB_OD
bool "od"
help
od is used to dump binary files in octal and other formats.
-config PRINTENV
+config KEMBTK_BUSYB_PRINTENV
bool "printenv"
help
printenv is used to print all or part of environment.
-config PRINTF
+config KEMBTK_BUSYB_PRINTF
bool "printf"
help
printf is used to format and print specified strings.
It's similar to `echo' except it has more options.
-config PWD
+config KEMBTK_BUSYB_PWD
bool "pwd"
help
pwd is used to print the current directory.
-config READLINK
+config KEMBTK_BUSYB_READLINK
bool "readlink"
help
This program reads a symbolic link and returns the name
of the file it points to
-config FEATURE_READLINK_FOLLOW
+config KEMBTK_BUSYB_FEATURE_READLINK_FOLLOW
bool "Enable canonicalization by following all symlinks (-f)"
- depends on READLINK
+ depends on KEMBTK_BUSYB_READLINK
help
Enable the readlink option (-f).
-config REALPATH
+config KEMBTK_BUSYB_REALPATH
bool "realpath"
help
Return the canonicalized absolute pathname.
This isn't provided by GNU shellutils, but where else does it belong.
-config RM
+config KEMBTK_BUSYB_RM
bool "rm"
help
rm is used to remove files or directories.
-config RMDIR
+config KEMBTK_BUSYB_RMDIR
bool "rmdir"
help
rmdir is used to remove empty directories.
-config FEATURE_RMDIR_LONG_OPTIONS
+config KEMBTK_BUSYB_FEATURE_RMDIR_LONG_OPTIONS
bool "Enable long options"
- depends on RMDIR && GETOPT_LONG
+ depends on KEMBTK_BUSYB_RMDIR && KEMBTK_BUSYB_GETOPT_LONG
help
Support long options for the rmdir applet, including
--ignore-fail-on-non-empty for compatibility with GNU rmdir.
-config SEQ
+config KEMBTK_BUSYB_SEQ
bool "seq"
help
print a sequence of numbers
-config SHA1SUM
+config KEMBTK_BUSYB_SHA1SUM
bool "sha1sum"
help
Compute and check SHA1 message digest
-config SLEEP
+config KEMBTK_BUSYB_SLEEP
bool "sleep"
help
sleep is used to pause for a specified number of seconds.
@@ -461,27 +461,27 @@ config SLEEP
Last one is "the most compatible" with coreutils sleep,
but it adds around 1k of code.
-config FEATURE_FANCY_SLEEP
+config KEMBTK_BUSYB_FEATURE_FANCY_SLEEP
bool "Enable multiple arguments and s/m/h/d suffixes"
- depends on SLEEP
+ depends on KEMBTK_BUSYB_SLEEP
help
Allow sleep to pause for specified minutes, hours, and days.
-config FEATURE_FLOAT_SLEEP
+config KEMBTK_BUSYB_FEATURE_FLOAT_SLEEP
bool "Enable fractional arguments"
- depends on FEATURE_FANCY_SLEEP
+ depends on KEMBTK_BUSYB_FEATURE_FANCY_SLEEP
help
Allow for fractional numeric parameters.
-config SORT
+config KEMBTK_BUSYB_SORT
bool "sort"
help
sort is used to sort lines of text in specified files.
-config FEATURE_SORT_BIG
+config KEMBTK_BUSYB_FEATURE_SORT_BIG
bool "Full SuSv3 compliant sort (support -ktcsbdfiozgM)"
default y
- depends on SORT
+ depends on KEMBTK_BUSYB_SORT
help
Without this, sort only supports -r, -u, and an integer version
of -n. Selecting this adds sort keys, floating point support, and
@@ -490,113 +490,113 @@ config FEATURE_SORT_BIG
The SuSv3 sort standard is available at:
http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html
-config SPLIT
+config KEMBTK_BUSYB_SPLIT
bool "split"
help
split a file into pieces.
-config FEATURE_SPLIT_FANCY
+config KEMBTK_BUSYB_FEATURE_SPLIT_FANCY
bool "Fancy extensions"
- depends on SPLIT
+ depends on KEMBTK_BUSYB_SPLIT
help
- Add support for features not required by SUSv3.
+ Add support for features not required by KEMBTK_BUSYB_SUSv3.
Supports additional suffixes 'b' for 512 bytes,
'g' for 1GiB for the -b option.
-config STAT
+config KEMBTK_BUSYB_STAT
bool "stat"
help
display file or filesystem status.
-config FEATURE_STAT_FORMAT
+config KEMBTK_BUSYB_FEATURE_STAT_FORMAT
bool "Enable custom formats (-c)"
- depends on STAT
+ depends on KEMBTK_BUSYB_STAT
help
Without this, stat will not support the '-c format' option where
users can pass a custom format string for output. This adds about
7k to a nonstatic build on amd64.
-config STTY
+config KEMBTK_BUSYB_STTY
bool "stty"
help
stty is used to change and print terminal line settings.
-config SUM
+config KEMBTK_BUSYB_SUM
bool "sum"
help
checksum and count the blocks in a file
-config SYNC
+config KEMBTK_BUSYB_SYNC
bool "sync"
help
sync is used to flush filesystem buffers.
-config TAC
+config KEMBTK_BUSYB_TAC
bool "tac"
help
tac is used to concatenate and print files in reverse.
-config TAIL
+config KEMBTK_BUSYB_TAIL
bool "tail"
help
tail is used to print the last specified number of lines
from files.
-config FEATURE_FANCY_TAIL
+config KEMBTK_BUSYB_FEATURE_FANCY_TAIL
bool "Enable extra tail options (-q, -s, and -v)"
default y
- depends on TAIL
+ depends on KEMBTK_BUSYB_TAIL
help
The options (-q, -s, and -v) are provided by GNU tail, but
- are not specific in the SUSv3 standard.
+ are not specific in the KEMBTK_BUSYB_SUSv3 standard.
-config TEE
+config KEMBTK_BUSYB_TEE
bool "tee"
help
tee is used to read from standard input and write
to standard output and files.
-config FEATURE_TEE_USE_BLOCK_IO
+config KEMBTK_BUSYB_FEATURE_TEE_USE_BLOCK_IO
bool "Enable block I/O (larger/faster) instead of byte I/O"
- depends on TEE
+ depends on KEMBTK_BUSYB_TEE
help
Enable this option for a faster tee, at expense of size.
-config TEST
+config KEMBTK_BUSYB_TEST
bool "test"
help
test is used to check file types and compare values,
returning an appropriate exit code. The bash shell
has test built in, ash can build it in optionally.
-config FEATURE_TEST_64
+config KEMBTK_BUSYB_FEATURE_TEST_64
bool "Extend test to 64 bit"
- depends on TEST || ASH_BUILTIN_TEST
+ depends on KEMBTK_BUSYB_TEST || KEMBTK_BUSYB_ASH_BUILTIN_TEST
help
Enable 64-bit support in test.
-config TOUCH
+config KEMBTK_BUSYB_TOUCH
bool "touch"
help
touch is used to create or change the access and/or
modification timestamp of specified files.
-config TR
+config KEMBTK_BUSYB_TR
bool "tr"
help
tr is used to squeeze, and/or delete characters from standard
input, writing to standard output.
-config FEATURE_TR_CLASSES
+config KEMBTK_BUSYB_FEATURE_TR_CLASSES
bool "Enable character classes (such as [:upper:])"
- depends on TR
+ depends on KEMBTK_BUSYB_TR
help
Enable character classes, enabling commands such as:
tr [:upper:] [:lower:] to convert input into lowercase.
-config FEATURE_TR_EQUIV
+config KEMBTK_BUSYB_FEATURE_TR_EQUIV
bool "Enable equivalence classes"
- depends on TR
+ depends on KEMBTK_BUSYB_TR
help
Enable equivalence classes, which essentially add the enclosed
character to the current set. For instance, tr [=a=] xyz would
@@ -604,99 +604,99 @@ config FEATURE_TR_EQUIV
useful for cases when no other way of expressing a character
is possible.
-config TRUE
+config KEMBTK_BUSYB_TRUE
bool "true"
help
- true returns an exit code of TRUE (0).
+ true returns an exit code of KEMBTK_BUSYB_TRUE (0).
-config TTY
+config KEMBTK_BUSYB_TTY
bool "tty"
help
tty is used to print the name of the current terminal to
standard output.
-config UNAME
+config KEMBTK_BUSYB_UNAME
bool "uname"
help
uname is used to print system information.
-config UNEXPAND
+config KEMBTK_BUSYB_UNEXPAND
bool "unexpand"
help
By default, convert only leading sequences of blanks to tabs.
-config FEATURE_UNEXPAND_LONG_OPTIONS
+config KEMBTK_BUSYB_FEATURE_UNEXPAND_LONG_OPTIONS
bool "Enable long options"
- depends on UNEXPAND && GETOPT_LONG
+ depends on KEMBTK_BUSYB_UNEXPAND && KEMBTK_BUSYB_GETOPT_LONG
help
Support long options for the unexpand applet.
-config UNIQ
+config KEMBTK_BUSYB_UNIQ
bool "uniq"
help
uniq is used to remove duplicate lines from a sorted file.
-config USLEEP
+config KEMBTK_BUSYB_USLEEP
bool "usleep"
help
usleep is used to pause for a specified number of microseconds.
-config UUDECODE
+config KEMBTK_BUSYB_UUDECODE
bool "uudecode"
help
uudecode is used to decode a uuencoded file.
-config UUENCODE
+config KEMBTK_BUSYB_UUENCODE
bool "uuencode"
help
uuencode is used to uuencode a file.
-config WC
+config KEMBTK_BUSYB_WC
bool "wc"
help
wc is used to print the number of bytes, words, and lines,
in specified files.
-config FEATURE_WC_LARGE
+config KEMBTK_BUSYB_FEATURE_WC_LARGE
bool "Support very large files in wc"
- depends on WC
+ depends on KEMBTK_BUSYB_WC
help
Use "unsigned long long" in wc for count variables.
-config WHO
+config KEMBTK_BUSYB_WHO
bool "who"
- select FEATURE_UTMP
+ select KEMBTK_BUSYB_FEATURE_UTMP
help
who is used to show who is logged on.
-config WHOAMI
+config KEMBTK_BUSYB_WHOAMI
bool "whoami"
help
whoami is used to print the username of the current
user id (same as id -un).
-config YES
+config KEMBTK_BUSYB_YES
bool "yes"
help
yes is used to repeatedly output a specific string, or
the default string `y'.
comment "Common options for cp and mv"
- depends on CP || MV
+ depends on KEMBTK_BUSYB_CP || KEMBTK_BUSYB_MV
-config FEATURE_PRESERVE_HARDLINKS
+config KEMBTK_BUSYB_FEATURE_PRESERVE_HARDLINKS
bool "Preserve hard links"
- depends on CP || MV
+ depends on KEMBTK_BUSYB_CP || KEMBTK_BUSYB_MV
help
Allow cp and mv to preserve hard links.
comment "Common options for ls, more and telnet"
- depends on LS || MORE || TELNET
+ depends on KEMBTK_BUSYB_LS || KEMBTK_BUSYB_MORE || KEMBTK_BUSYB_TELNET
-config FEATURE_AUTOWIDTH
+config KEMBTK_BUSYB_FEATURE_AUTOWIDTH
bool "Calculate terminal & column widths"
default y
- depends on LS || MORE || TELNET
+ depends on KEMBTK_BUSYB_LS || KEMBTK_BUSYB_MORE || KEMBTK_BUSYB_TELNET
help
This option allows utilities such as 'ls', 'more' and 'telnet'
to determine the width of the screen, which can allow them to
@@ -705,20 +705,20 @@ config FEATURE_AUTOWIDTH
primitive and will be unable to determine the current screen width.
comment "Common options for df, du, ls"
- depends on DF || DU || LS
+ depends on KEMBTK_BUSYB_DF || KEMBTK_BUSYB_DU || KEMBTK_BUSYB_LS
-config FEATURE_HUMAN_READABLE
+config KEMBTK_BUSYB_FEATURE_HUMAN_READABLE
bool "Support for human readable output (example 13k, 23M, 235G)"
- depends on DF || DU || LS
+ depends on KEMBTK_BUSYB_DF || KEMBTK_BUSYB_DU || KEMBTK_BUSYB_LS
help
Allow df, du, and ls to have human readable output.
comment "Common options for md5sum, sha1sum"
- depends on MD5SUM || SHA1SUM
+ depends on KEMBTK_BUSYB_MD5SUM || KEMBTK_BUSYB_SHA1SUM
-config FEATURE_MD5_SHA1_SUM_CHECK
+config KEMBTK_BUSYB_FEATURE_MD5_SHA1_SUM_CHECK
bool "Enable -c, -s and -w options"
- depends on MD5SUM || SHA1SUM
+ depends on KEMBTK_BUSYB_MD5SUM || KEMBTK_BUSYB_SHA1SUM
help
Enabling the -c options allows files to be checked
against pre-calculated hash values.