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:
Thomas Petazzoni
2010-04-10 22:52:38 +02:00
parent 04ba0089a6
commit 02bc426214
6 changed files with 0 additions and 9 deletions

View File

@@ -38,7 +38,6 @@ choice
config BR2_KERNEL_HEADERS_2_6_32
bool "Linux 2.6.32.x kernel headers"
depends on BR2_DEPRECATED || BR2_RECENT
config BR2_KERNEL_HEADERS_2_6_33
bool "Linux 2.6.33.x kernel headers"