From: Peter Korsgaard Date: Sat, 11 Dec 2010 01:20:52 +0000 (+0100) Subject: busybox: default to 1.18 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bf5c0c8ab00007a4854101d9771e9abb7611aa98;p=buildroot.git busybox: default to 1.18 Signed-off-by: Peter Korsgaard --- diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 48ba1c8b93..72722b901f 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -13,7 +13,7 @@ if BR2_PACKAGE_BUSYBOX choice prompt "BusyBox Version" - default BR2_BUSYBOX_VERSION_1_17_X + default BR2_BUSYBOX_VERSION_1_18_X help Select the version of BusyBox you wish to use.