Commit 6f62ce55 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

busybox: remove deprecated 1.18.x

parent eb1dd076
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -17,10 +17,6 @@ choice
	help
	  Select the version of BusyBox you wish to use.

	config BR2_BUSYBOX_VERSION_1_18_X
		bool "BusyBox 1.18.x"
		depends on BR2_DEPRECATED

	config BR2_BUSYBOX_VERSION_1_19_X
		bool "BusyBox 1.19.x"

@@ -34,14 +30,12 @@ endchoice

config BR2_BUSYBOX_VERSION
	string
	default "1.18.5"	if BR2_BUSYBOX_VERSION_1_18_X
	default "1.19.4"	if BR2_BUSYBOX_VERSION_1_19_X
	default "1.20.2"	if BR2_BUSYBOX_VERSION_1_20_X

config BR2_PACKAGE_BUSYBOX_CONFIG
	string "BusyBox configuration file to use?"
	default "package/busybox/busybox-1.20.x.config" if BR2_PACKAGE_BUSYBOX_SNAPSHOT
	default "package/busybox/busybox-1.18.x.config" if BR2_BUSYBOX_VERSION_1_18_X
	default "package/busybox/busybox-1.19.x.config" if BR2_BUSYBOX_VERSION_1_19_X
	default "package/busybox/busybox-1.20.x.config" if BR2_BUSYBOX_VERSION_1_20_X
	help
+0 −986

File deleted.

Preview size limit exceeded, changes collapsed.