mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
u-boot: add 2012.10, deprecate 2011.09, remove 2011.03
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
2ce5da6e3f
commit
501ba89958
@ -14,10 +14,13 @@ config BR2_TARGET_UBOOT_BOARDNAME
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "U-Boot Version"
|
prompt "U-Boot Version"
|
||||||
default BR2_TARGET_UBOOT_2012_07
|
default BR2_TARGET_UBOOT_2012_10
|
||||||
help
|
help
|
||||||
Select the specific U-Boot version you want to use
|
Select the specific U-Boot version you want to use
|
||||||
|
|
||||||
|
config BR2_TARGET_UBOOT_2012_10
|
||||||
|
bool "2012.10"
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_2012_07
|
config BR2_TARGET_UBOOT_2012_07
|
||||||
bool "2012.07"
|
bool "2012.07"
|
||||||
|
|
||||||
@ -29,15 +32,12 @@ config BR2_TARGET_UBOOT_2011_12
|
|||||||
|
|
||||||
config BR2_TARGET_UBOOT_2011_09
|
config BR2_TARGET_UBOOT_2011_09
|
||||||
bool "2011.09"
|
bool "2011.09"
|
||||||
|
depends on BR2_DEPRECATED
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_2011_06
|
config BR2_TARGET_UBOOT_2011_06
|
||||||
bool "2011.06"
|
bool "2011.06"
|
||||||
depends on BR2_DEPRECATED
|
depends on BR2_DEPRECATED
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_2011_03
|
|
||||||
bool "2011.03"
|
|
||||||
depends on BR2_DEPRECATED
|
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_CUSTOM_TARBALL
|
config BR2_TARGET_UBOOT_CUSTOM_TARBALL
|
||||||
bool "Custom tarball"
|
bool "Custom tarball"
|
||||||
|
|
||||||
@ -55,12 +55,12 @@ endif
|
|||||||
|
|
||||||
config BR2_TARGET_UBOOT_VERSION
|
config BR2_TARGET_UBOOT_VERSION
|
||||||
string
|
string
|
||||||
|
default "2012.10" if BR2_TARGET_UBOOT_2012_10
|
||||||
default "2012.07" if BR2_TARGET_UBOOT_2012_07
|
default "2012.07" if BR2_TARGET_UBOOT_2012_07
|
||||||
default "2012.04.01" if BR2_TARGET_UBOOT_2012_04
|
default "2012.04.01" if BR2_TARGET_UBOOT_2012_04
|
||||||
default "2011.12" if BR2_TARGET_UBOOT_2011_12
|
default "2011.12" if BR2_TARGET_UBOOT_2011_12
|
||||||
default "2011.09" if BR2_TARGET_UBOOT_2011_09
|
default "2011.09" if BR2_TARGET_UBOOT_2011_09
|
||||||
default "2011.06" if BR2_TARGET_UBOOT_2011_06
|
default "2011.06" if BR2_TARGET_UBOOT_2011_06
|
||||||
default "2011.03" if BR2_TARGET_UBOOT_2011_03
|
|
||||||
default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL
|
default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL
|
||||||
default $BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION if BR2_TARGET_UBOOT_CUSTOM_GIT
|
default $BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION if BR2_TARGET_UBOOT_CUSTOM_GIT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user