diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-13 06:59:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-13 06:59:34 +0000 |
commit | a40c07487a7e495343a359cb2bb6580ef3b50149 (patch) | |
tree | 1687d5e428e01f8a3c8dffad6004fd4a6d705502 /defconfig | |
parent | 0cc8fafe8f2b943358457a9cd929eb6aa4e8008a (diff) | |
download | buildroot-novena-a40c07487a7e495343a359cb2bb6580ef3b50149.tar.gz buildroot-novena-a40c07487a7e495343a359cb2bb6580ef3b50149.zip |
update defconfig
Diffstat (limited to 'defconfig')
-rw-r--r-- | defconfig | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -157,9 +157,12 @@ BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y # The default minimal system # BR2_PACKAGE_BUSYBOX=y +# BR2_BUSYBOX_VERSION_1_0_1 is not set +# BR2_BUSYBOX_VERSION_1_1_3 is not set +BR2_BUSYBOX_VERSION_1_2_2_1=y # BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" +BR2_PACKAGE_BUSYBOX_CONFIG="target/device/x86/i386/busybox.config" # # The minimum needed to build a uClibc development system |