|
@@ -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_13_X
|
|
|
|
|
|
+ default BR2_BUSYBOX_VERSION_1_14_X
|
|
help
|
|
help
|
|
Select the version of BusyBox you wish to use.
|
|
Select the version of BusyBox you wish to use.
|
|
|
|
|
|
@@ -46,10 +46,14 @@ choice
|
|
|
|
|
|
config BR2_BUSYBOX_VERSION_1_12_X
|
|
config BR2_BUSYBOX_VERSION_1_12_X
|
|
bool "BusyBox 1.12.x"
|
|
bool "BusyBox 1.12.x"
|
|
- depends on BR2_DEPRECATED || BR2_RECENT
|
|
|
|
|
|
+ depends on BR2_DEPRECATED
|
|
|
|
|
|
config BR2_BUSYBOX_VERSION_1_13_X
|
|
config BR2_BUSYBOX_VERSION_1_13_X
|
|
bool "BusyBox 1.13.x"
|
|
bool "BusyBox 1.13.x"
|
|
|
|
+ depends on BR2_DEPRECATED || BR2_RECENT
|
|
|
|
+
|
|
|
|
+ config BR2_BUSYBOX_VERSION_1_14_X
|
|
|
|
+ bool "BusyBox 1.14.x"
|
|
|
|
|
|
config BR2_PACKAGE_BUSYBOX_SNAPSHOT
|
|
config BR2_PACKAGE_BUSYBOX_SNAPSHOT
|
|
bool "daily snapshot"
|
|
bool "daily snapshot"
|
|
@@ -67,6 +71,7 @@ config BR2_BUSYBOX_VERSION
|
|
default "1.11.3" if BR2_BUSYBOX_VERSION_1_11_X
|
|
default "1.11.3" if BR2_BUSYBOX_VERSION_1_11_X
|
|
default "1.12.4" if BR2_BUSYBOX_VERSION_1_12_X
|
|
default "1.12.4" if BR2_BUSYBOX_VERSION_1_12_X
|
|
default "1.13.4" if BR2_BUSYBOX_VERSION_1_13_X
|
|
default "1.13.4" if BR2_BUSYBOX_VERSION_1_13_X
|
|
|
|
+ default "1.14.0" if BR2_BUSYBOX_VERSION_1_14_X
|
|
|
|
|
|
config BR2_PACKAGE_BUSYBOX_FULLINSTALL
|
|
config BR2_PACKAGE_BUSYBOX_FULLINSTALL
|
|
bool "Run BusyBox's own full installation"
|
|
bool "Run BusyBox's own full installation"
|
|
@@ -94,6 +99,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
|
|
default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_11_X
|
|
default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_11_X
|
|
default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_12_X
|
|
default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_12_X
|
|
default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_13_X
|
|
default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_13_X
|
|
|
|
+ default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_14_X
|
|
help
|
|
help
|
|
Some people may wish to use their own modified BusyBox configuration
|
|
Some people may wish to use their own modified BusyBox configuration
|
|
file, and will specify their config file location with this option.
|
|
file, and will specify their config file location with this option.
|