mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
barebox: bump to 2012.07
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
c8c84132cd
commit
5e8d35e8e1
@ -8,7 +8,7 @@ config BR2_TARGET_BAREBOX
|
|||||||
if BR2_TARGET_BAREBOX
|
if BR2_TARGET_BAREBOX
|
||||||
choice
|
choice
|
||||||
prompt "version"
|
prompt "version"
|
||||||
default BR2_TARGET_BAREBOX_2012_04
|
default BR2_TARGET_BAREBOX_2012_07
|
||||||
help
|
help
|
||||||
Select the specific Barebox version you want to use
|
Select the specific Barebox version you want to use
|
||||||
|
|
||||||
@ -25,6 +25,9 @@ config BR2_TARGET_BAREBOX_2012_03
|
|||||||
config BR2_TARGET_BAREBOX_2012_04
|
config BR2_TARGET_BAREBOX_2012_04
|
||||||
bool "2012.04"
|
bool "2012.04"
|
||||||
|
|
||||||
|
config BR2_TARGET_BAREBOX_2012_07
|
||||||
|
bool "2012.07"
|
||||||
|
|
||||||
config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
|
config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
|
||||||
bool "Custom tarball"
|
bool "Custom tarball"
|
||||||
|
|
||||||
@ -46,6 +49,7 @@ config BR2_TARGET_BAREBOX_VERSION
|
|||||||
default "2012.02.0" if BR2_TARGET_BAREBOX_2012_02
|
default "2012.02.0" if BR2_TARGET_BAREBOX_2012_02
|
||||||
default "2012.03.0" if BR2_TARGET_BAREBOX_2012_03
|
default "2012.03.0" if BR2_TARGET_BAREBOX_2012_03
|
||||||
default "2012.04.0" if BR2_TARGET_BAREBOX_2012_04
|
default "2012.04.0" if BR2_TARGET_BAREBOX_2012_04
|
||||||
|
default "2012.07.0" if BR2_TARGET_BAREBOX_2012_07
|
||||||
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