From 126f2b8df773acc00d0b52a4dfbffadebe7946e2 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 28 Nov 2010 14:15:22 +0100 Subject: Import busybox-1.15.0 kconfig symbols Signed-off-by: Abdoulaye Walsimou Gaye --- busybox-coreutils.kconfig | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'busybox-coreutils.kconfig') diff --git a/busybox-coreutils.kconfig b/busybox-coreutils.kconfig index 4374662..676847f 100644 --- a/busybox-coreutils.kconfig +++ b/busybox-coreutils.kconfig @@ -183,7 +183,7 @@ config KEMBTK_BUSYB_ENV config KEMBTK_BUSYB_FEATURE_ENV_LONG_OPTIONS bool "Enable long options" - depends on KEMBTK_BUSYB_ENV && KEMBTK_BUSYB_GETOPT_LONG + depends on KEMBTK_BUSYB_ENV && KEMBTK_BUSYB_LONG_OPTS help Support long options for the env applet. @@ -194,7 +194,7 @@ config KEMBTK_BUSYB_EXPAND config KEMBTK_BUSYB_FEATURE_EXPAND_LONG_OPTIONS bool "Enable long options" - depends on KEMBTK_BUSYB_EXPAND && KEMBTK_BUSYB_GETOPT_LONG + depends on KEMBTK_BUSYB_EXPAND && KEMBTK_BUSYB_LONG_OPTS help Support long options for the expand applet. @@ -222,6 +222,12 @@ config KEMBTK_BUSYB_FOLD help Wrap text to fit a specific width. +config KEMBTK_BUSYB_FSYNC + bool "fsync" + depends on EMBTK_BB_VERSION_1_15_X + help + fsync is used to flush file-related cached blocks to disk. + config KEMBTK_BUSYB_HEAD bool "head" help @@ -252,7 +258,7 @@ config KEMBTK_BUSYB_INSTALL config KEMBTK_BUSYB_FEATURE_INSTALL_LONG_OPTIONS bool "Enable long options" - depends on KEMBTK_BUSYB_INSTALL && KEMBTK_BUSYB_GETOPT_LONG + depends on KEMBTK_BUSYB_INSTALL && KEMBTK_BUSYB_LONG_OPTS help Support long options for the install applet. @@ -321,7 +327,7 @@ config KEMBTK_BUSYB_FEATURE_LS_USERNAME config KEMBTK_BUSYB_FEATURE_LS_COLOR bool "Allow use of color to identify file types" default y - depends on KEMBTK_BUSYB_LS && KEMBTK_BUSYB_GETOPT_LONG + depends on KEMBTK_BUSYB_LS && KEMBTK_BUSYB_LONG_OPTS help This enables the --color option to ls. @@ -347,7 +353,7 @@ config KEMBTK_BUSYB_MKDIR config KEMBTK_BUSYB_FEATURE_MKDIR_LONG_OPTIONS bool "Enable long options" - depends on KEMBTK_BUSYB_MKDIR && KEMBTK_BUSYB_GETOPT_LONG + depends on KEMBTK_BUSYB_MKDIR && KEMBTK_BUSYB_LONG_OPTS help Support long options for the mkdir applet. @@ -370,7 +376,7 @@ config KEMBTK_BUSYB_MV config KEMBTK_BUSYB_FEATURE_MV_LONG_OPTIONS bool "Enable long options" - depends on KEMBTK_BUSYB_MV && KEMBTK_BUSYB_GETOPT_LONG + depends on KEMBTK_BUSYB_MV && KEMBTK_BUSYB_LONG_OPTS help Support long options for the mv applet. @@ -435,7 +441,7 @@ config KEMBTK_BUSYB_RMDIR config KEMBTK_BUSYB_FEATURE_RMDIR_LONG_OPTIONS bool "Enable long options" - depends on KEMBTK_BUSYB_RMDIR && KEMBTK_BUSYB_GETOPT_LONG + depends on KEMBTK_BUSYB_RMDIR && KEMBTK_BUSYB_LONG_OPTS help Support long options for the rmdir applet, including --ignore-fail-on-non-empty for compatibility with GNU rmdir. @@ -452,13 +458,13 @@ config KEMBTK_BUSYB_SHA1SUM config KEMBTK_BUSYB_SHA256SUM bool "sha256sum" - depends on EMBTK_BB_VERSION_1_14_X + depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X help Compute and check SHA256 message digest config KEMBTK_BUSYB_SHA512SUM bool "sha512sum" - depends on EMBTK_BB_VERSION_1_14_X + depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X help Compute and check SHA512 message digest @@ -557,7 +563,7 @@ config KEMBTK_BUSYB_TAIL from files. config KEMBTK_BUSYB_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 KEMBTK_BUSYB_TAIL help @@ -585,7 +591,7 @@ config KEMBTK_BUSYB_TEST config KEMBTK_BUSYB_FEATURE_TEST_64 bool "Extend test to 64 bit" - depends on KEMBTK_BUSYB_TEST || KEMBTK_BUSYB_ASH_BUILTIN_TEST + depends on KEMBTK_BUSYB_TEST || KEMBTK_BUSYB_ASH_BUILTIN_TEST || KEMBTK_BUSYB_HUSH help Enable 64-bit support in test. @@ -641,7 +647,7 @@ config KEMBTK_BUSYB_UNEXPAND config KEMBTK_BUSYB_FEATURE_UNEXPAND_LONG_OPTIONS bool "Enable long options" - depends on KEMBTK_BUSYB_UNEXPAND && KEMBTK_BUSYB_GETOPT_LONG + depends on KEMBTK_BUSYB_UNEXPAND && KEMBTK_BUSYB_LONG_OPTS help Support long options for the unexpand applet. -- cgit v1.2.3