From: Peter Korsgaard Date: Tue, 15 Sep 2009 12:16:40 +0000 (+0200) Subject: busybox: don't default to long gone file for snapshot config X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6804b484a90d19eabcdac7fc7b02d2e9cdbc1693;p=buildroot.git busybox: don't default to long gone file for snapshot config Signed-off-by: Peter Korsgaard --- diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 72cbd12921..378f2c1d52 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -59,7 +59,7 @@ config BR2_PACKAGE_BUSYBOX_FULLINSTALL config BR2_PACKAGE_BUSYBOX_CONFIG string "BusyBox configuration file to use?" depends on BR2_PACKAGE_BUSYBOX - default "target/device/x86/i386/busybox.config" if BR2_PACKAGE_BUSYBOX_SNAPSHOT + default "package/busybox/busybox-1.13.x.config" if BR2_PACKAGE_BUSYBOX_SNAPSHOT default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_12_X default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_13_X default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_14_X