|
@@ -38,7 +38,7 @@ choice
|
|
Select the specific U-Boot version you want to use
|
|
Select the specific U-Boot version you want to use
|
|
|
|
|
|
config BR2_TARGET_UBOOT_LATEST_VERSION
|
|
config BR2_TARGET_UBOOT_LATEST_VERSION
|
|
- bool "2017.09"
|
|
|
|
|
|
+ bool "2017.11"
|
|
|
|
|
|
config BR2_TARGET_UBOOT_CUSTOM_VERSION
|
|
config BR2_TARGET_UBOOT_CUSTOM_VERSION
|
|
bool "Custom version"
|
|
bool "Custom version"
|
|
@@ -86,7 +86,7 @@ endif
|
|
|
|
|
|
config BR2_TARGET_UBOOT_VERSION
|
|
config BR2_TARGET_UBOOT_VERSION
|
|
string
|
|
string
|
|
- default "2017.09" if BR2_TARGET_UBOOT_LATEST_VERSION
|
|
|
|
|
|
+ default "2017.11" if BR2_TARGET_UBOOT_LATEST_VERSION
|
|
default BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE \
|
|
default BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE \
|
|
if BR2_TARGET_UBOOT_CUSTOM_VERSION
|
|
if BR2_TARGET_UBOOT_CUSTOM_VERSION
|
|
default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL
|
|
default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL
|