aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2008-05-03 15:45:34 +0000
committerJohn Crispin <blogic@openwrt.org>2008-05-03 15:45:34 +0000
commit9af8fc63746e5a43993cb565b5f079403cc43128 (patch)
treeef278b58209d931f0e1ccfad845b429a3078200c /toolchain
parenta99406498666558fdba17394c6aa6f6b576113c4 (diff)
downloadmaster-187ad058-9af8fc63746e5a43993cb565b5f079403cc43128.tar.gz
master-187ad058-9af8fc63746e5a43993cb565b5f079403cc43128.tar.bz2
master-187ad058-9af8fc63746e5a43993cb565b5f079403cc43128.zip
fix uclibc version selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11024 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/uClibc/Config.version2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/Config.version b/toolchain/uClibc/Config.version
index 119405189f..9b772081ad 100644
--- a/toolchain/uClibc/Config.version
+++ b/toolchain/uClibc/Config.version
@@ -1,7 +1,7 @@
config UCLIBC_VERSION
string
default "" if UCLIBC_VERSION_snapshot
- default "0.9.28" if UCLIBC_VERSION_0_9_28
+ default "0.9.28.2" if UCLIBC_VERSION_0_9_28
default "0.9.29" if UCLIBC_VERSION_0_9_29
default "0.9.29"