summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorThomas Petazzoni2010-04-10 22:52:38 +0200
committerThomas Petazzoni2010-04-12 15:26:37 +0200
commit02bc426214a0705293f9c86fcd5fc47387d4f503 (patch)
tree7952f2159b78467ade7be6c4ba2e6f71dc4cb2c8 /target
parentGet rid of the OPTIMIZE_FOR_CPU variable (diff)
downloadbuildroot-02bc426214a0705293f9c86fcd5fc47387d4f503.tar.gz
buildroot-02bc426214a0705293f9c86fcd5fc47387d4f503.tar.xz
buildroot-02bc426214a0705293f9c86fcd5fc47387d4f503.zip
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>
Diffstat (limited to 'target')
-rw-r--r--target/u-boot/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/u-boot/Config.in b/target/u-boot/Config.in
index f84d181e6..ca47e18f9 100644
--- a/target/u-boot/Config.in
+++ b/target/u-boot/Config.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"