diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-10 22:52:38 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-12 15:26:37 +0200 |
commit | 02bc426214a0705293f9c86fcd5fc47387d4f503 (patch) | |
tree | 7952f2159b78467ade7be6c4ba2e6f71dc4cb2c8 /package/busybox/Config.in | |
parent | 04ba0089a672863e333a2de6b19d9b77fd0b26c1 (diff) |
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 'package/busybox/Config.in')
-rw-r--r-- | package/busybox/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 7110f0f56..68abf16f5 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -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" |