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)
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

index 7110f0f56865458669067fc748765797622a1828..68abf16f56b11fb64e1a63f6077ebb8d509c5630 100644 (file)
@@ -23,7 +23,6 @@ choice
 
        config BR2_BUSYBOX_VERSION_1_13_X
                bool "BusyBox 1.13.x"
-               depends on BR2_RECENT
 
        config BR2_BUSYBOX_VERSION_1_14_X
                bool "BusyBox 1.14.x"
@@ -31,7 +30,6 @@ choice
 
        config BR2_BUSYBOX_VERSION_1_15_X
                bool "BusyBox 1.15.x"
-               depends on BR2_DEPRECATED || BR2_RECENT
 
        config BR2_BUSYBOX_VERSION_1_16_X
                bool "BusyBox 1.16.x"
index f84d181e609a293bad080030aff8bcdb999ca076..ca47e18f954e3a79fa98bf8f7b8c01a482280943 100644 (file)
@@ -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"
index 003d0ee0d9098cac2792ad5e35f074f4595a3136..165b43efc6a7365871b3ec94a31ac8ae8987c252 100644 (file)
@@ -34,7 +34,6 @@ choice
 
        config BR2_BINUTILS_VERSION_2_20
                depends on !BR2_avr32
-               depends on BR2_DEPRECATED || BR2_RECENT
                bool "binutils 2.20"
 
        config BR2_BINUTILS_VERSION_2_20_1
index 97d5eb77893f53a9d0d1648cfa057d534b1d64c9..73edd3879ad7ec10644ee04795f751fd15b302a4 100644 (file)
@@ -35,7 +35,6 @@ choice
 
        config BR2_GCC_VERSION_4_2_4
                depends on !BR2_avr32
-               depends on BR2_RECENT || BR2_DEPRECATED
                bool "gcc 4.2.4"
 
        config BR2_GCC_VERSION_4_3_2
@@ -45,7 +44,6 @@ choice
 
        config BR2_GCC_VERSION_4_3_3
                depends on !BR2_avr32
-               depends on BR2_RECENT || BR2_DEPRECATED
                bool "gcc 4.3.3"
 
        config BR2_GCC_VERSION_4_3_4
index 8f7f720cfb109a9f33202ba0e2664ca3d16b5953..3f2d43577e5fb103d3f4f22a0e31a1f2ad3b4d2c 100644 (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"
index e254f284004e1e4417c363bff825aa78614abedb..f29ec6409d1aff55b5d202100bc40826e00d7293 100644 (file)
@@ -20,7 +20,6 @@ choice
                bool "uClibc 0.9.29"
 
        config BR2_UCLIBC_VERSION_0_9_30
-               depends on BR2_DEPRECATED || BR2_RECENT
                bool "uClibc 0.9.30.x"
 
        config BR2_UCLIBC_VERSION_0_9_31