summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index dedcf185f..6d9ff1183 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -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