- the generic x86 busybox config is ment for current busybox trunk
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 1 Feb 2007 12:30:34 +0000 (12:30 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 1 Feb 2007 12:30:34 +0000 (12:30 -0000)
package/busybox/Config.in

index df7f17a54f9989888357d5299a60925c2e879038..6103a494cf2ce0ffcac3251626bcbd1820367e2c 100644 (file)
@@ -50,7 +50,7 @@ config BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS
 config BR2_PACKAGE_BUSYBOX_CONFIG
        string "BusyBox configuration file to use?"
        depends BR2_PACKAGE_BUSYBOX
-       default "target/device/x86/i386/busybox.config" if BR2_i386
+       default "target/device/x86/i386/busybox.config" if BR2_i386 && BR2_PACKAGE_BUSYBOX_SNAPSHOT
        default "package/busybox/busybox-1.0.1.config" if BR2_BUSYBOX_VERSION_1_0_1
        default "package/busybox/busybox-1.1.3.config" if BR2_BUSYBOX_VERSION_1_1_3
        default "package/busybox/busybox-1.2.2.1.config" if BR2_BUSYBOX_VERSION_1_2_2_1