From: nbd Date: Sun, 27 Jan 2008 18:49:51 +0000 (+0000) Subject: remove some wrong depends/defaults X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=68d61957ec73a44c58e6eae6c1c66eb4825ced8c remove some wrong depends/defaults git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10284 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index ae0bcde62..6c89fd25e 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