From: Peter Korsgaard Date: Wed, 6 Feb 2013 21:18:53 +0000 (+0100) Subject: uClibc: mark 0.9.31 as deprecated X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4345586586fc3fbc43b9a31dfca21c371a81cca5;p=buildroot.git uClibc: mark 0.9.31 as deprecated 0.9.31 is old and doesn't actually build with modern kernel headers, so mark it as deprecated. Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index a48b6a0bff..57c9933497 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -11,6 +11,7 @@ choice config BR2_UCLIBC_VERSION_0_9_31 bool "uClibc 0.9.31.x" + depends on BR2_DEPRECATED depends on !BR2_xtensa config BR2_UCLIBC_VERSION_0_9_32