Get rid of all usages of BR2_RECENT
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 10 Apr 2010 20:52:38 +0000 (22:52 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 12 Apr 2010 13:26:37 +0000 (15:26 +0200)
commit02bc426214a0705293f9c86fcd5fc47387d4f503
tree7952f2159b78467ade7be6c4ba2e6f71dc4cb2c8
parent04ba0089a672863e333a2de6b19d9b77fd0b26c1
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>
package/busybox/Config.in
target/u-boot/Config.in
toolchain/binutils/Config.in
toolchain/gcc/Config.in
toolchain/kernel-headers/Config.in
toolchain/uClibc/Config.in