diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-01-27 18:49:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-01-27 18:49:51 +0000 |
commit | 059b8ee187e8005de7317fb71863d8ac3c2c6548 (patch) | |
tree | 8a7ce09cffe48b6355e8752c61e878ca890fe8cb /toolchain | |
parent | b44ed1df4e269351ed8fe5bef3bfffe2af750b93 (diff) | |
download | upstream-059b8ee187e8005de7317fb71863d8ac3c2c6548.tar.gz upstream-059b8ee187e8005de7317fb71863d8ac3c2c6548.tar.bz2 upstream-059b8ee187e8005de7317fb71863d8ac3c2c6548.zip |
remove some wrong depends/defaults
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10284 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/uClibc/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
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 |