mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-04 00:47:43 +00:00
u-boot: add 2009.01, remove -rc3
This commit is contained in:
parent
79cdd94154
commit
5f1fb36aa3
@ -17,11 +17,8 @@ choice
|
|||||||
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_2009_01
|
config BR2_TARGET_UBOOT_2009_01
|
||||||
# bool "u-boot-2009.01"
|
bool "u-boot-2009.01"
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_2009_01_RC3
|
|
||||||
bool "u-boot-2009.01-rc3"
|
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_2008_10
|
config BR2_TARGET_UBOOT_2008_10
|
||||||
bool "u-boot-2008.10"
|
bool "u-boot-2008.10"
|
||||||
@ -39,7 +36,6 @@ endchoice
|
|||||||
config BR2_UBOOT_VERSION
|
config BR2_UBOOT_VERSION
|
||||||
string
|
string
|
||||||
default "2009.01" if BR2_TARGET_UBOOT_2009_01
|
default "2009.01" if BR2_TARGET_UBOOT_2009_01
|
||||||
default "2009.01-rc3" if BR2_TARGET_UBOOT_2009_01_RC3
|
|
||||||
default "2008.10" if BR2_TARGET_UBOOT_2008_10
|
default "2008.10" if BR2_TARGET_UBOOT_2008_10
|
||||||
default "1.3.4" if BR2_TARGET_UBOOT_1_3_4
|
default "1.3.4" if BR2_TARGET_UBOOT_1_3_4
|
||||||
default "1.2.0-atmel" if BR2_TARGET_UBOOT_1_2_0_ATMEL
|
default "1.2.0-atmel" if BR2_TARGET_UBOOT_1_2_0_ATMEL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user