From fbf84d42b6954c2295171c4c0524a55643122c66 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 31 Jan 2010 22:13:45 +0100 Subject: busybox: add 1.16.x specific defconfig Closes #1003. Several config options have gotten renamed in 1.16, making the 1.13.x defconfig not enable the stuff we want. Signed-off-by: Peter Korsgaard --- package/busybox/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/busybox/Config.in') diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 94286076e..95e9cc58f 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -64,12 +64,12 @@ config BR2_PACKAGE_BUSYBOX_FULLINSTALL config BR2_PACKAGE_BUSYBOX_CONFIG string "BusyBox configuration file to use?" depends on BR2_PACKAGE_BUSYBOX - default "package/busybox/busybox-1.13.x.config" if BR2_PACKAGE_BUSYBOX_SNAPSHOT + default "package/busybox/busybox-1.16.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 default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_15_X - default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_16_X + default "package/busybox/busybox-1.16.x.config" if BR2_BUSYBOX_VERSION_1_16_X help Some people may wish to use their own modified BusyBox configuration file, and will specify their config file location with this option. -- cgit v1.2.3