busybox: default to 1.11.x
This commit is contained in:
parent
f43c02cc91
commit
013b51ec81
@ -12,7 +12,7 @@ config BR2_PACKAGE_BUSYBOX
|
|||||||
choice
|
choice
|
||||||
prompt "BusyBox Version"
|
prompt "BusyBox Version"
|
||||||
depends on BR2_PACKAGE_BUSYBOX
|
depends on BR2_PACKAGE_BUSYBOX
|
||||||
default BR2_BUSYBOX_VERSION_1_10_X
|
default BR2_BUSYBOX_VERSION_1_11_X
|
||||||
help
|
help
|
||||||
Select the version of BusyBox you wish to use.
|
Select the version of BusyBox you wish to use.
|
||||||
|
|
||||||
@ -34,10 +34,11 @@ choice
|
|||||||
|
|
||||||
config BR2_BUSYBOX_VERSION_1_9_X
|
config BR2_BUSYBOX_VERSION_1_9_X
|
||||||
bool "BusyBox 1.9.x"
|
bool "BusyBox 1.9.x"
|
||||||
depends on BR2_DEPRECATED || BR2_RECENT
|
depends on BR2_DEPRECATED
|
||||||
|
|
||||||
config BR2_BUSYBOX_VERSION_1_10_X
|
config BR2_BUSYBOX_VERSION_1_10_X
|
||||||
bool "BusyBox 1.10.x"
|
bool "BusyBox 1.10.x"
|
||||||
|
depends on BR2_DEPRECATED || BR2_RECENT
|
||||||
|
|
||||||
config BR2_BUSYBOX_VERSION_1_11_X
|
config BR2_BUSYBOX_VERSION_1_11_X
|
||||||
bool "BusyBox 1.11.x"
|
bool "BusyBox 1.11.x"
|
||||||
|
Loading…
Reference in New Issue
Block a user