summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-02 20:31:01 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-02 20:31:01 +0000
commit3db839986d264948700322b8d27c6d99b0c7d6f4 (patch)
tree1d138821946493ed760a888db8ff7a276ac01ba8 /toolchain/uClibc/Config.in
parent31de8c37dacbc798a0e94606192818ff02686153 (diff)
toolchain: revert "Allow creating a script for external use of Buildroot toolchain"
It's been 10 days now without any reply from Ulf, so revert r24480+r24481.
Diffstat (limited to 'toolchain/uClibc/Config.in')
-rw-r--r--toolchain/uClibc/Config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in
index fac4dfa0d..254c33e43 100644
--- a/toolchain/uClibc/Config.in
+++ b/toolchain/uClibc/Config.in
@@ -27,12 +27,6 @@ choice
endchoice
-config UCLIBC_VERSION
- string
- default "0.9.28.3" if BR2_UCLIBC_VERSION_0_9_28_3
- default "0.9.29" if BR2_UCLIBC_VERSION_0_9_29
- default "0.9.30" if BR2_UCLIBC_VERSION_0_9_30
- default "snapshot" if BR2_UCLIBC_VERSION_SNAPSHOT
config BR2_USE_UCLIBC_SNAPSHOT
string "Date (yyyymmdd) of snapshot or 'snapshot' for latest"