summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-27 15:52:01 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-27 15:52:01 +0000
commit41ac6296955b755d2ca81d318954bfa882e742f6 (patch)
tree7f5c616341870c40b62b9e9f715aed3314286c50 /toolchain/uClibc/Config.in
parent3eecb3d556a2f0406b9d4b8f7afb50f3c7bc29b7 (diff)
[toolchain] building uml on x86_64 w/ uClibc 0.9.29 is currently broken, select 0.9.30.1 which is working
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15450 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/Config.in')
-rw-r--r--toolchain/uClibc/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in
index e57543384..74c38fe2d 100644
--- a/toolchain/uClibc/Config.in
+++ b/toolchain/uClibc/Config.in
@@ -4,6 +4,7 @@ choice
prompt "uClibc Version"
depends on TOOLCHAINOPTS && USE_UCLIBC
default UCLIBC_VERSION_0_9_29
+ default UCLIBC_VERSION_0_9_30_1 if (TARGET_uml && x86_64)
help
Select the version of uClibc you wish to use.