diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-28 22:08:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-28 22:08:19 +0000 |
commit | 5d45d795c074f42cda766ed78fe6ba8c440ea773 (patch) | |
tree | 76e4e904635ff17ed7b513b07c08f70d42831d82 | |
parent | 6366b3737cf26f23b18cc457fa0dfb74029b5556 (diff) |
Update default config
-rw-r--r-- | sources/busybox.config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sources/busybox.config b/sources/busybox.config index 6d2d7c960..7e2e7ebbf 100644 --- a/sources/busybox.config +++ b/sources/busybox.config @@ -49,11 +49,12 @@ CONFIG_GZIP=y CONFIG_TAR=y CONFIG_FEATURE_TAR_CREATE=y CONFIG_FEATURE_TAR_BZIP2=y -CONFIG_FEATURE_TAR_EXCLUDE=y +# CONFIG_FEATURE_TAR_FROM is not set CONFIG_FEATURE_TAR_GZIP=y # CONFIG_FEATURE_TAR_COMPRESS is not set # CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY is not set CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y +# CONFIG_FEATURE_TAR_LONG_OPTIONS is not set # CONFIG_UNCOMPRESS is not set CONFIG_UNZIP=y @@ -279,7 +280,7 @@ CONFIG_TIME=y CONFIG_INSMOD=y # CONFIG_FEATURE_2_2_MODULES is not set CONFIG_FEATURE_2_4_MODULES=y -CONFIG_FEATURE_2_6_MODULES=y +# CONFIG_FEATURE_2_6_MODULES is not set # CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set # CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set # CONFIG_FEATURE_INSMOD_LOADINKMEM is not set @@ -357,6 +358,7 @@ CONFIG_PS=y # CONFIG_RENICE is not set # CONFIG_TOP is not set CONFIG_UPTIME=y +# CONFIG_SYSCTL is not set # # Another Bourne-like Shell |