diff options
author | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2009-04-17 05:44:01 +0000 |
---|---|---|
committer | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2009-04-17 05:44:01 +0000 |
commit | d55d6180a24a5e87d4cb882d168e56acd7bf96a7 (patch) | |
tree | adf7ede76ef225b498bd629f68e577053c1c9828 | |
parent | 66ef1e589a3aa724e54dbb711ce02e474b51df5a (diff) | |
download | buildroot-novena-d55d6180a24a5e87d4cb882d168e56acd7bf96a7.tar.gz buildroot-novena-d55d6180a24a5e87d4cb882d168e56acd7bf96a7.zip |
Fix busybox config file location
-rw-r--r-- | target/device/x86/i686/i686_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/x86/i686/i686_defconfig b/target/device/x86/i686/i686_defconfig index 8a63ce7e3..7efe4187d 100644 --- a/target/device/x86/i686/i686_defconfig +++ b/target/device/x86/i686/i686_defconfig @@ -280,7 +280,7 @@ BR2_BUSYBOX_VERSION_1_13_X=y # BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set BR2_BUSYBOX_VERSION="1.13.2" BR2_PACKAGE_BUSYBOX_FULLINSTALL=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.6.0.config" +BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config" BR2_PACKAGE_BUSYBOX_HIDE_OTHERS=y # BR2_PACKAGE_BUSYBOX_SKELETON is not set |