summaryrefslogtreecommitdiffstats
path: root/package/busybox/config/coreutils
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-20 14:00:34 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-08-20 14:00:34 +0000
commitac2d02c3e08c4c3d62859bffb4dd3bb891b3d5c6 (patch)
treee2bbc127a4a059392f3c5bea27e2944e0c149ecb /package/busybox/config/coreutils
parente90b272ea7df4d2c356ad1331cd9529e06331448 (diff)
upgrade busybox to v1.11.1 and add current upstream fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12348 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/coreutils')
-rw-r--r--package/busybox/config/coreutils/Config.in27
1 files changed, 24 insertions, 3 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in
index 2c4d8a3c6..53fb74a79 100644
--- a/package/busybox/config/coreutils/Config.in
+++ b/package/busybox/config/coreutils/Config.in
@@ -135,6 +135,13 @@ config BUSYBOX_CONFIG_DF
df reports the amount of disk space used and available
on filesystems.
+config BUSYBOX_CONFIG_FEATURE_DF_INODE
+ bool "Enable -i (inode information)"
+ default n
+ depends on BUSYBOX_CONFIG_DF
+ help
+ This option enables support for df -i.
+
config BUSYBOX_CONFIG_DIRNAME
bool "dirname"
default y
@@ -481,6 +488,14 @@ config BUSYBOX_CONFIG_RMDIR
help
rmdir is used to remove empty directories.
+config BUSYBOX_CONFIG_FEATURE_RMDIR_LONG_OPTIONS
+ bool "Enable long options"
+ default n
+ depends on BUSYBOX_CONFIG_RMDIR && BUSYBOX_CONFIG_GETOPT_LONG
+ help
+ Support long options for the rmdir applet, including
+ --ignore-fail-on-non-empty for compatibility with GNU rmdir.
+
config BUSYBOX_CONFIG_SEQ
bool "seq"
default y
@@ -513,7 +528,7 @@ config BUSYBOX_CONFIG_SORT
sort is used to sort lines of text in specified files.
config BUSYBOX_CONFIG_FEATURE_SORT_BIG
- bool "full SuSv3 compliant sort (Support -ktcsbdfiozgM)"
+ bool "Full SuSv3 compliant sort (support -ktcsbdfiozgM)"
default n
depends on BUSYBOX_CONFIG_SORT
help
@@ -531,7 +546,7 @@ config BUSYBOX_CONFIG_SPLIT
split a file into pieces.
config BUSYBOX_CONFIG_FEATURE_SPLIT_FANCY
- bool "fancy extensions"
+ bool "Fancy extensions"
default n
depends on BUSYBOX_CONFIG_SPLIT
help
@@ -572,6 +587,12 @@ config BUSYBOX_CONFIG_SYNC
help
sync is used to flush filesystem buffers.
+config BUSYBOX_CONFIG_TAC
+ bool "tac"
+ default n
+ help
+ tac is used to concatenate and print files in reverse.
+
config BUSYBOX_CONFIG_TAIL
bool "tail"
default y
@@ -595,7 +616,7 @@ config BUSYBOX_CONFIG_TEE
to standard output and files.
config BUSYBOX_CONFIG_FEATURE_TEE_USE_BLOCK_IO
- bool "Enable block i/o (larger/faster) instead of byte i/o."
+ bool "Enable block I/O (larger/faster) instead of byte I/O"
default y
depends on BUSYBOX_CONFIG_TEE
help