Commit e3896fb2 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

busybox: add 1.11.x

parent 538f656c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -39,6 +39,9 @@ choice
	config BR2_BUSYBOX_VERSION_1_10_X
		bool "BusyBox 1.10.x"

	config BR2_BUSYBOX_VERSION_1_11_X
		bool "BusyBox 1.11.x"

	config BR2_PACKAGE_BUSYBOX_SNAPSHOT
		bool "daily snapshot"

@@ -52,7 +55,7 @@ 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.0"	if BR2_BUSYBOX_VERSION_1_11_X

config BR2_PACKAGE_BUSYBOX_FULLINSTALL
	bool "Run BusyBox's own full installation"
@@ -77,6 +80,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
	default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_8_X
	default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_9_X
	default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_10_X
	default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_11_X
	help
	  Some people may wish to use their own modified BusyBox configuration
	  file, and will specify their config file location with this option.
+851 −0

File added.

Preview size limit exceeded, changes collapsed.