- provide default config for busybox for a generic i386 target.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 19:36:29 +0000 (19:36 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 2 Dec 2006 19:36:29 +0000 (19:36 -0000)
package/busybox/Config.in

index 229e3908c892ee7bf4ed4b3188af5cfce790edbc..05e138d229be21b1e3202c058ff635a557195d80 100644 (file)
@@ -34,7 +34,8 @@ config BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS
 config BR2_PACKAGE_BUSYBOX_CONFIG
        string "BusyBox configuration file to use?"
        depends BR2_PACKAGE_BUSYBOX
-       default "package/busybox/busybox.config"
+       default "package/busybox/busybox.config" if !BR2_i386
+       default "target/device/x86/i386/busybox.config" if BR2_i386
        help
          Some people may wish to use their own modified BusyBox configuration
          file, and will specify their config file location with this option.