1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add support for uClibc version 0.9.32 based on git rev a7642511b08b0b8a4012bab67cb8aa554992df6b,

this includes support for nptl which got merged into the uClibc master branch recently

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21856 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko
2010-06-20 22:18:43 +00:00
parent 0345992639
commit b211f2f9da
33 changed files with 4630 additions and 94 deletions

View File

@@ -5,5 +5,5 @@ config UCLIBC_VERSION
default "0.9.30.2" if UCLIBC_VERSION_0_9_30_2
default "0.9.30.3" if UCLIBC_VERSION_0_9_30_3
default "0.9.31" if UCLIBC_VERSION_0_9_31
default "0.9.30+nptl" if UCLIBC_VERSION_NPTL
default "0.9.32" if UCLIBC_VERSION_0_9_32
default "0.9.30.1"