From: Felix Fietkau Date: Sun, 27 Jan 2008 18:49:51 +0000 (+0000) Subject: remove some wrong depends/defaults X-Git-Tag: reboot~27171 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=201e164e4dca80f15af0681dcc924b4aa5e29875;p=openwrt%2Fstaging%2Fchunkeey.git remove some wrong depends/defaults SVN-Revision: 10284 --- diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index ae0bcde622..6c89fd25e5 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -2,7 +2,6 @@ choice prompt "uClibc Version" if TOOLCHAINOPTS - default UCLIBC_VERSION_0_9_28 if LINUX_2_4 default UCLIBC_VERSION_0_9_29 help Select the version of uClibc you wish to use. @@ -15,7 +14,6 @@ choice bool "uClibc 0.9.28" config UCLIBC_VERSION_0_9_29 - depends !LINUX_2_4 bool "uClibc 0.9.29" endchoice