summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2008-09-28 21:28:51 +0200
committerPeter Korsgaard2008-09-28 21:28:51 +0200
commit08fd45b4fba68f58d0e01c326296f9a4651f9c7b (patch)
tree28c6464b9c739e77389544550ff146b5935b419d /package/busybox/Config.in
parentproject/Makefile.in: workaround issue with out-of-tree builds (diff)
downloadbuildroot-08fd45b4fba68f58d0e01c326296f9a4651f9c7b.tar.gz
buildroot-08fd45b4fba68f58d0e01c326296f9a4651f9c7b.tar.xz
buildroot-08fd45b4fba68f58d0e01c326296f9a4651f9c7b.zip
busybox: bump 1.11.x and 1.12.x versions
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 05ee6e40c..5f8987091 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -59,8 +59,8 @@ config BR2_BUSYBOX_VERSION
default "1.8.3" if BR2_BUSYBOX_VERSION_1_8_X
default "1.9.2" if BR2_BUSYBOX_VERSION_1_9_X
default "1.10.4" if BR2_BUSYBOX_VERSION_1_10_X
- default "1.11.2" if BR2_BUSYBOX_VERSION_1_11_X
- default "1.12.0" if BR2_BUSYBOX_VERSION_1_12_X
+ default "1.11.3" if BR2_BUSYBOX_VERSION_1_11_X
+ default "1.12.1" if BR2_BUSYBOX_VERSION_1_12_X
config BR2_PACKAGE_BUSYBOX_FULLINSTALL
bool "Run BusyBox's own full installation"