]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
uClibc: mark 0.9.31 as deprecated
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 6 Feb 2013 21:18:53 +0000 (22:18 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 6 Feb 2013 21:18:53 +0000 (22:18 +0100)
0.9.31 is old and doesn't actually build with modern kernel headers,
so mark it as deprecated.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/uClibc/Config.in

index a48b6a0bff212eac4e249786612277646ae1e455..57c99334976c12f313d25dffc8dc4b3beeb02bd7 100644 (file)
@@ -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