mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
barebox: add 2011.12 release, remove 2011.09
And mark 2011.10 as deprecated. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d170a72498
commit
1010c311c4
@ -8,20 +8,20 @@ config BR2_TARGET_BAREBOX
|
|||||||
if BR2_TARGET_BAREBOX
|
if BR2_TARGET_BAREBOX
|
||||||
choice
|
choice
|
||||||
prompt "version"
|
prompt "version"
|
||||||
default BR2_TARGET_BAREBOX_2011_11
|
default BR2_TARGET_BAREBOX_2011_12
|
||||||
help
|
help
|
||||||
Select the specific Barebox version you want to use
|
Select the specific Barebox version you want to use
|
||||||
|
|
||||||
config BR2_TARGET_BAREBOX_2011_09
|
|
||||||
depends on BR2_DEPRECATED
|
|
||||||
bool "2011.09"
|
|
||||||
|
|
||||||
config BR2_TARGET_BAREBOX_2011_10
|
config BR2_TARGET_BAREBOX_2011_10
|
||||||
|
depends on BR2_DEPRECATED
|
||||||
bool "2011.10"
|
bool "2011.10"
|
||||||
|
|
||||||
config BR2_TARGET_BAREBOX_2011_11
|
config BR2_TARGET_BAREBOX_2011_11
|
||||||
bool "2011.11"
|
bool "2011.11"
|
||||||
|
|
||||||
|
config BR2_TARGET_BAREBOX_2011_12
|
||||||
|
bool "2011.12"
|
||||||
|
|
||||||
config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
|
config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
|
||||||
bool "Custom tarball"
|
bool "Custom tarball"
|
||||||
|
|
||||||
@ -39,9 +39,9 @@ endif
|
|||||||
|
|
||||||
config BR2_TARGET_BAREBOX_VERSION
|
config BR2_TARGET_BAREBOX_VERSION
|
||||||
string
|
string
|
||||||
default "2011.09.0" if BR2_TARGET_BAREBOX_2011_09
|
|
||||||
default "2011.10.0" if BR2_TARGET_BAREBOX_2011_10
|
default "2011.10.0" if BR2_TARGET_BAREBOX_2011_10
|
||||||
default "2011.11.0" if BR2_TARGET_BAREBOX_2011_11
|
default "2011.11.0" if BR2_TARGET_BAREBOX_2011_11
|
||||||
|
default "2011.12.0" if BR2_TARGET_BAREBOX_2011_12
|
||||||
default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL
|
default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL
|
||||||
default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT
|
default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user