projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] kernel: fix kmod-crypto-misc on 2.4
[openwrt.git]
/
package
/
busybox
/
config
/
coreutils
/
Config.in
diff --git
a/package/busybox/config/coreutils/Config.in
b/package/busybox/config/coreutils/Config.in
index
0775b4c
..
06e7874
100644
(file)
--- a/
package/busybox/config/coreutils/Config.in
+++ b/
package/busybox/config/coreutils/Config.in
@@
-189,7
+189,7
@@
config BUSYBOX_CONFIG_ECHO
config BUSYBOX_CONFIG_FEATURE_FANCY_ECHO
bool "Enable echo options (-n and -e)"
default y
config BUSYBOX_CONFIG_FEATURE_FANCY_ECHO
bool "Enable echo options (-n and -e)"
default y
- depends on BUSYBOX_CONFIG_ECHO || BUSYBOX_CONFIG_ASH_BUILTIN_ECHO
+ depends on BUSYBOX_CONFIG_ECHO || BUSYBOX_CONFIG_ASH_BUILTIN_ECHO
|| BUSYBOX_CONFIG_HUSH
help
This adds options (-n and -e) to echo.
help
This adds options (-n and -e) to echo.
@@
-204,7
+204,7
@@
config BUSYBOX_CONFIG_ENV
config BUSYBOX_CONFIG_FEATURE_ENV_LONG_OPTIONS
bool "Enable long options"
default n
config BUSYBOX_CONFIG_FEATURE_ENV_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BUSYBOX_CONFIG_ENV && BUSYBOX_CONFIG_
GETOPT_LONG
+ depends on BUSYBOX_CONFIG_ENV && BUSYBOX_CONFIG_
LONG_OPTS
help
Support long options for the env applet.
help
Support long options for the env applet.
@@
-217,7
+217,7
@@
config BUSYBOX_CONFIG_EXPAND
config BUSYBOX_CONFIG_FEATURE_EXPAND_LONG_OPTIONS
bool "Enable long options"
default n
config BUSYBOX_CONFIG_FEATURE_EXPAND_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BUSYBOX_CONFIG_EXPAND && BUSYBOX_CONFIG_
GETOPT_LONG
+ depends on BUSYBOX_CONFIG_EXPAND && BUSYBOX_CONFIG_
LONG_OPTS
help
Support long options for the expand applet.
help
Support long options for the expand applet.
@@
-230,7
+230,7
@@
config BUSYBOX_CONFIG_EXPR
config BUSYBOX_CONFIG_EXPR_MATH_SUPPORT_64
bool "Extend Posix numbers support to 64 bit"
config BUSYBOX_CONFIG_EXPR_MATH_SUPPORT_64
bool "Extend Posix numbers support to 64 bit"
- default
n
+ default
y
depends on BUSYBOX_CONFIG_EXPR
help
Enable 64-bit math support in the expr applet. This will make
depends on BUSYBOX_CONFIG_EXPR
help
Enable 64-bit math support in the expr applet. This will make
@@
-249,6
+249,12
@@
config BUSYBOX_CONFIG_FOLD
help
Wrap text to fit a specific width.
help
Wrap text to fit a specific width.
+config BUSYBOX_CONFIG_FSYNC
+ bool "fsync"
+ default n
+ help
+ fsync is used to flush file-related cached blocks to disk.
+
config BUSYBOX_CONFIG_HEAD
bool "head"
default y
config BUSYBOX_CONFIG_HEAD
bool "head"
default y
@@
-285,7
+291,7
@@
config BUSYBOX_CONFIG_INSTALL
config BUSYBOX_CONFIG_FEATURE_INSTALL_LONG_OPTIONS
bool "Enable long options"
default n
config BUSYBOX_CONFIG_FEATURE_INSTALL_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BUSYBOX_CONFIG_INSTALL && BUSYBOX_CONFIG_
GETOPT_LONG
+ depends on BUSYBOX_CONFIG_INSTALL && BUSYBOX_CONFIG_
LONG_OPTS
help
Support long options for the install applet.
help
Support long options for the install applet.
@@
-358,7
+364,7
@@
config BUSYBOX_CONFIG_FEATURE_LS_USERNAME
config BUSYBOX_CONFIG_FEATURE_LS_COLOR
bool "Allow use of color to identify file types"
default y
config BUSYBOX_CONFIG_FEATURE_LS_COLOR
bool "Allow use of color to identify file types"
default y
- depends on BUSYBOX_CONFIG_LS && BUSYBOX_CONFIG_
GETOPT_LONG
+ depends on BUSYBOX_CONFIG_LS && BUSYBOX_CONFIG_
LONG_OPTS
help
This enables the --color option to ls.
help
This enables the --color option to ls.
@@
-388,7
+394,7
@@
config BUSYBOX_CONFIG_MKDIR
config BUSYBOX_CONFIG_FEATURE_MKDIR_LONG_OPTIONS
bool "Enable long options"
default n
config BUSYBOX_CONFIG_FEATURE_MKDIR_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BUSYBOX_CONFIG_MKDIR && BUSYBOX_CONFIG_
GETOPT_LONG
+ depends on BUSYBOX_CONFIG_MKDIR && BUSYBOX_CONFIG_
LONG_OPTS
help
Support long options for the mkdir applet.
help
Support long options for the mkdir applet.
@@
-415,7
+421,7
@@
config BUSYBOX_CONFIG_MV
config BUSYBOX_CONFIG_FEATURE_MV_LONG_OPTIONS
bool "Enable long options"
default n
config BUSYBOX_CONFIG_FEATURE_MV_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BUSYBOX_CONFIG_MV && BUSYBOX_CONFIG_
GETOPT_LONG
+ depends on BUSYBOX_CONFIG_MV && BUSYBOX_CONFIG_
LONG_OPTS
help
Support long options for the mv applet.
help
Support long options for the mv applet.
@@
-492,7
+498,7
@@
config BUSYBOX_CONFIG_RMDIR
config BUSYBOX_CONFIG_FEATURE_RMDIR_LONG_OPTIONS
bool "Enable long options"
default n
config BUSYBOX_CONFIG_FEATURE_RMDIR_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BUSYBOX_CONFIG_RMDIR && BUSYBOX_CONFIG_
GETOPT_LONG
+ depends on BUSYBOX_CONFIG_RMDIR && BUSYBOX_CONFIG_
LONG_OPTS
help
Support long options for the rmdir applet, including
--ignore-fail-on-non-empty for compatibility with GNU rmdir.
help
Support long options for the rmdir applet, including
--ignore-fail-on-non-empty for compatibility with GNU rmdir.
@@
-509,6
+515,18
@@
config BUSYBOX_CONFIG_SHA1SUM
help
Compute and check SHA1 message digest
help
Compute and check SHA1 message digest
+config BUSYBOX_CONFIG_SHA256SUM
+ bool "sha256sum"
+ default n
+ help
+ Compute and check SHA256 message digest
+
+config BUSYBOX_CONFIG_SHA512SUM
+ bool "sha512sum"
+ default n
+ help
+ Compute and check SHA512 message digest
+
config BUSYBOX_CONFIG_SLEEP
bool "sleep"
default y
config BUSYBOX_CONFIG_SLEEP
bool "sleep"
default y
@@
-617,7
+635,7
@@
config BUSYBOX_CONFIG_TAIL
from files.
config BUSYBOX_CONFIG_FEATURE_FANCY_TAIL
from files.
config BUSYBOX_CONFIG_FEATURE_FANCY_TAIL
- bool "Enable extra tail options (-q, -s,
and -v
)"
+ bool "Enable extra tail options (-q, -s,
-v, and -F
)"
default y
depends on BUSYBOX_CONFIG_TAIL
help
default y
depends on BUSYBOX_CONFIG_TAIL
help
@@
-648,8
+666,8
@@
config BUSYBOX_CONFIG_TEST
config BUSYBOX_CONFIG_FEATURE_TEST_64
bool "Extend test to 64 bit"
config BUSYBOX_CONFIG_FEATURE_TEST_64
bool "Extend test to 64 bit"
- default
n
- depends on BUSYBOX_CONFIG_TEST || BUSYBOX_CONFIG_ASH_BUILTIN_TEST
+ default
y
+ depends on BUSYBOX_CONFIG_TEST || BUSYBOX_CONFIG_ASH_BUILTIN_TEST
|| BUSYBOX_CONFIG_HUSH
help
Enable 64-bit support in test.
help
Enable 64-bit support in test.
@@
-714,7
+732,7
@@
config BUSYBOX_CONFIG_UNEXPAND
config BUSYBOX_CONFIG_FEATURE_UNEXPAND_LONG_OPTIONS
bool "Enable long options"
default n
config BUSYBOX_CONFIG_FEATURE_UNEXPAND_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BUSYBOX_CONFIG_UNEXPAND && BUSYBOX_CONFIG_
GETOPT_LONG
+ depends on BUSYBOX_CONFIG_UNEXPAND && BUSYBOX_CONFIG_
LONG_OPTS
help
Support long options for the unexpand applet.
help
Support long options for the unexpand applet.
@@
-754,7
+772,7
@@
config BUSYBOX_CONFIG_FEATURE_WC_LARGE
default n
depends on BUSYBOX_CONFIG_WC
help
default n
depends on BUSYBOX_CONFIG_WC
help
- Use "unsigned long long" in wc for count variables.
+ Use "unsigned long long" in wc for count
er
variables.
config BUSYBOX_CONFIG_WHO
bool "who"
config BUSYBOX_CONFIG_WHO
bool "who"
This page took
0.025614 seconds
and
4
git commands to generate.