diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-11-06 07:02:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-11-06 07:02:56 +0000 |
commit | 71f799e085f1f271f5c37c0fd563101a3bbcacc7 (patch) | |
tree | 01ce0a3f604aa4b0f0fa7e3d3b069909ecf44cfa /package | |
parent | d8bbb722f03d20804c2df63e5e51d40bb0a35ecb (diff) | |
download | buildroot-novena-71f799e085f1f271f5c37c0fd563101a3bbcacc7.tar.gz buildroot-novena-71f799e085f1f271f5c37c0fd563101a3bbcacc7.zip |
Disable busybox ar
Diffstat (limited to 'package')
-rw-r--r-- | package/busybox/busybox.config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/busybox/busybox.config b/package/busybox/busybox.config index d4dec882c..f37f64717 100644 --- a/package/busybox/busybox.config +++ b/package/busybox/busybox.config @@ -36,8 +36,7 @@ PREFIX="./_install" # # Archival Utilities # -CONFIG_AR=y -CONFIG_FEATURE_AR_LONG_FILENAMES=y +# CONFIG_AR is not set CONFIG_BUNZIP2=y # CONFIG_CPIO is not set # CONFIG_DPKG is not set |