From 02bc426214a0705293f9c86fcd5fc47387d4f503 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 10 Apr 2010 22:52:38 +0200 Subject: 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 --- toolchain/uClibc/Config.in | 1 - 1 file changed, 1 deletion(-) (limited to 'toolchain/uClibc/Config.in') diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index e254f2840..f29ec6409 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -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 -- cgit v1.2.3