diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-09 20:01:28 +0000 | 
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-09 20:01:28 +0000 | 
| commit | c31e54429a547a36431f6f9c01fd1f16952b37d9 (patch) | |
| tree | 172de907385279587c0ae5fcb32734d5807a118a | |
| parent | 906c6f0da75b2e18ce61269ef79b45b92e49e37e (diff) | |
mark uclibc nptl and snapshot as broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15179 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | toolchain/uClibc/Config.in | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index c4f41aedb..70834770f 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -8,6 +8,7 @@ choice  	  Select the version of uClibc you wish to use.  	config UCLIBC_VERSION_SNAPSHOT +		depends BROKEN  		bool "uClibc snapshot"  	config UCLIBC_VERSION_0_9_28 @@ -25,6 +26,7 @@ config UCLIBC_VERSION_NPTL  	bool "Use NPTL branch"  	depends on TOOLCHAINOPTS && USE_UCLIBC  	depends on UCLIBC_VERSION_0_9_30 +	depends BROKEN  config UCLIBC_EXTRA_VERSION  | 
