diff options
author | Martin Dietze <di@fh-wedel.de> | 2006-09-21 12:30:26 +0000 |
---|---|---|
committer | Martin Dietze <di@fh-wedel.de> | 2006-09-21 12:30:26 +0000 |
commit | ed3f07b543dd59ee2af3bd76d80caee15c6772d8 (patch) | |
tree | 95d5e5b1573644254ad20a2272ca9a4661f8a609 /packages/busybox/busybox-1.2.0 | |
parent | 3afea35fb6c6be5b65b4a9af1de5c30f1beb774b (diff) |
busybox: removed BZIP2 feature from nylon config, it was redundant since bzip2 is installed anyway
Diffstat (limited to 'packages/busybox/busybox-1.2.0')
-rw-r--r-- | packages/busybox/busybox-1.2.0/nylon/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/busybox/busybox-1.2.0/nylon/defconfig b/packages/busybox/busybox-1.2.0/nylon/defconfig index e0b04a1581..4d61408bf8 100644 --- a/packages/busybox/busybox-1.2.0/nylon/defconfig +++ b/packages/busybox/busybox-1.2.0/nylon/defconfig @@ -64,7 +64,7 @@ CONFIG_GZIP=y # CONFIG_RPM is not set CONFIG_TAR=y CONFIG_FEATURE_TAR_CREATE=y -CONFIG_FEATURE_TAR_BZIP2=y +# CONFIG_FEATURE_TAR_BZIP2 is not set CONFIG_FEATURE_TAR_FROM=y CONFIG_FEATURE_TAR_GZIP=y CONFIG_FEATURE_TAR_COMPRESS=y |