Sfoglia il codice sorgente

- provide default config for busybox for a generic i386 target.

Bernhard Reutner-Fischer 18 anni fa
parent
commit
8f0c458c85
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      package/busybox/Config.in

+ 2 - 1
package/busybox/Config.in

@@ -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.