mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
busybox: add 1.12.x and make it default
This commit is contained in:
parent
644b251f62
commit
d14a2c7796
@ -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_11_X
|
default BR2_BUSYBOX_VERSION_1_12_X
|
||||||
help
|
help
|
||||||
Select the version of BusyBox you wish to use.
|
Select the version of BusyBox you wish to use.
|
||||||
|
|
||||||
@ -43,6 +43,9 @@ choice
|
|||||||
config BR2_BUSYBOX_VERSION_1_11_X
|
config BR2_BUSYBOX_VERSION_1_11_X
|
||||||
bool "BusyBox 1.11.x"
|
bool "BusyBox 1.11.x"
|
||||||
|
|
||||||
|
config BR2_BUSYBOX_VERSION_1_12_X
|
||||||
|
bool "BusyBox 1.12.x"
|
||||||
|
|
||||||
config BR2_PACKAGE_BUSYBOX_SNAPSHOT
|
config BR2_PACKAGE_BUSYBOX_SNAPSHOT
|
||||||
bool "daily snapshot"
|
bool "daily snapshot"
|
||||||
|
|
||||||
@ -57,6 +60,7 @@ config BR2_BUSYBOX_VERSION
|
|||||||
default "1.9.2" if BR2_BUSYBOX_VERSION_1_9_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.10.4" if BR2_BUSYBOX_VERSION_1_10_X
|
||||||
default "1.11.1" if BR2_BUSYBOX_VERSION_1_11_X
|
default "1.11.1" if BR2_BUSYBOX_VERSION_1_11_X
|
||||||
|
default "1.12.0" if BR2_BUSYBOX_VERSION_1_12_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"
|
||||||
@ -82,6 +86,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
|
|||||||
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_9_X
|
||||||
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_10_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
|
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
|
||||||
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user