remove some wrong depends/defaults
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10284 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
b44ed1df4e
commit
059b8ee187
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "uClibc Version" if TOOLCHAINOPTS
|
prompt "uClibc Version" if TOOLCHAINOPTS
|
||||||
default UCLIBC_VERSION_0_9_28 if LINUX_2_4
|
|
||||||
default UCLIBC_VERSION_0_9_29
|
default UCLIBC_VERSION_0_9_29
|
||||||
help
|
help
|
||||||
Select the version of uClibc you wish to use.
|
Select the version of uClibc you wish to use.
|
||||||
|
@ -15,7 +14,6 @@ choice
|
||||||
bool "uClibc 0.9.28"
|
bool "uClibc 0.9.28"
|
||||||
|
|
||||||
config UCLIBC_VERSION_0_9_29
|
config UCLIBC_VERSION_0_9_29
|
||||||
depends !LINUX_2_4
|
|
||||||
bool "uClibc 0.9.29"
|
bool "uClibc 0.9.29"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
Loading…
Reference in New Issue