mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Get rid of all usages of BR2_RECENT
Since BR2_RECENT was enabled by default, we do not want entries marked BR2_RECENT (and thus appearing by default in Buildroot) to disappear. Therefore, all the entries marked BR2_RECENT are converted as non-deprecated. We can later decide, on a per-entry basis, to add BR2_DEPRECATED to some of them. But at least, this commit doesn't change the default current behaviour of Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -22,11 +22,9 @@ config BR2_TARGET_UBOOT_2010_03
|
||||
|
||||
config BR2_TARGET_UBOOT_2009_11
|
||||
bool "u-boot-2009.11"
|
||||
depends on BR2_DEPRECATED || BR2_RECENT
|
||||
|
||||
config BR2_TARGET_UBOOT_2009_08
|
||||
bool "u-boot-2009.08"
|
||||
depends on BR2_DEPRECATED || BR2_RECENT
|
||||
|
||||
config BR2_TARGET_UBOOT_2009_06
|
||||
bool "u-boot-2009.06"
|
||||
|
||||
Reference in New Issue
Block a user