mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
barebox: add 2012.08 / .09, drop .04 / .05
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
9c53079fd2
commit
7626c20f92
@ -8,22 +8,22 @@ config BR2_TARGET_BAREBOX
|
|||||||
if BR2_TARGET_BAREBOX
|
if BR2_TARGET_BAREBOX
|
||||||
choice
|
choice
|
||||||
prompt "version"
|
prompt "version"
|
||||||
default BR2_TARGET_BAREBOX_2012_07
|
default BR2_TARGET_BAREBOX_2012_09
|
||||||
help
|
help
|
||||||
Select the specific Barebox version you want to use
|
Select the specific Barebox version you want to use
|
||||||
|
|
||||||
config BR2_TARGET_BAREBOX_2012_04
|
|
||||||
bool "2012.04"
|
|
||||||
|
|
||||||
config BR2_TARGET_BAREBOX_2012_05
|
|
||||||
bool "2012.05"
|
|
||||||
|
|
||||||
config BR2_TARGET_BAREBOX_2012_06
|
config BR2_TARGET_BAREBOX_2012_06
|
||||||
bool "2012.06"
|
bool "2012.06"
|
||||||
|
|
||||||
config BR2_TARGET_BAREBOX_2012_07
|
config BR2_TARGET_BAREBOX_2012_07
|
||||||
bool "2012.07"
|
bool "2012.07"
|
||||||
|
|
||||||
|
config BR2_TARGET_BAREBOX_2012_08
|
||||||
|
bool "2012.08"
|
||||||
|
|
||||||
|
config BR2_TARGET_BAREBOX_2012_09
|
||||||
|
bool "2012.09"
|
||||||
|
|
||||||
config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
|
config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
|
||||||
bool "Custom tarball"
|
bool "Custom tarball"
|
||||||
|
|
||||||
@ -41,10 +41,10 @@ endif
|
|||||||
|
|
||||||
config BR2_TARGET_BAREBOX_VERSION
|
config BR2_TARGET_BAREBOX_VERSION
|
||||||
string
|
string
|
||||||
default "2012.04.0" if BR2_TARGET_BAREBOX_2012_04
|
|
||||||
default "2012.05.0" if BR2_TARGET_BAREBOX_2012_05
|
|
||||||
default "2012.06.0" if BR2_TARGET_BAREBOX_2012_06
|
default "2012.06.0" if BR2_TARGET_BAREBOX_2012_06
|
||||||
default "2012.07.0" if BR2_TARGET_BAREBOX_2012_07
|
default "2012.07.0" if BR2_TARGET_BAREBOX_2012_07
|
||||||
|
default "2012.08.0" if BR2_TARGET_BAREBOX_2012_08
|
||||||
|
default "2012.09.0" if BR2_TARGET_BAREBOX_2012_09
|
||||||
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