diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-20 22:17:13 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-20 22:17:13 +0000 |
commit | 83518d18a34a3ddfcaac1739930d8469f5bc2442 (patch) | |
tree | 2af665365a69f2689288cc13bb65efbb59e7d520 /TODO_config_nommu | |
parent | 0b28103cc774eb1ee62362cf61d52c32d44ec2cf (diff) | |
download | busybox-w32-83518d18a34a3ddfcaac1739930d8469f5bc2442.tar.gz busybox-w32-83518d18a34a3ddfcaac1739930d8469f5bc2442.tar.bz2 busybox-w32-83518d18a34a3ddfcaac1739930d8469f5bc2442.zip |
Compatibility fixes:
grep: support -z
find: support --mindepth
together +45 bytes
cpio: support -p (configurable, +230 bytes)
libbb: tweaks for cpio
Diffstat (limited to 'TODO_config_nommu')
-rw-r--r-- | TODO_config_nommu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO_config_nommu b/TODO_config_nommu index 428d9b300..2061bfd1c 100644 --- a/TODO_config_nommu +++ b/TODO_config_nommu | |||
@@ -110,6 +110,7 @@ CONFIG_BUNZIP2=y | |||
110 | CONFIG_BZIP2=y | 110 | CONFIG_BZIP2=y |
111 | CONFIG_CPIO=y | 111 | CONFIG_CPIO=y |
112 | CONFIG_FEATURE_CPIO_O=y | 112 | CONFIG_FEATURE_CPIO_O=y |
113 | CONFIG_FEATURE_CPIO_P=y | ||
113 | CONFIG_DPKG=y | 114 | CONFIG_DPKG=y |
114 | CONFIG_DPKG_DEB=y | 115 | CONFIG_DPKG_DEB=y |
115 | CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY=y | 116 | CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY=y |