aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2005-10-20 16:42:18 +0000
committerImre Kaloz <kaloz@openwrt.org>2005-10-20 16:42:18 +0000
commit76398431deb895948f8403fcefd4b3f67fa4ba4e (patch)
treeee742ce7693831fdfbdf99b473e11758a83da18a /toolchain/uClibc/Makefile
parentdcfbd97b66de82ae0d01c0b514026512cb98113c (diff)
downloadupstream-76398431deb895948f8403fcefd4b3f67fa4ba4e.tar.gz
upstream-76398431deb895948f8403fcefd4b3f67fa4ba4e.tar.bz2
upstream-76398431deb895948f8403fcefd4b3f67fa4ba4e.zip
update to uClibc v0.9.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2200 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/Makefile')
-rw-r--r--toolchain/uClibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile
index e5f8d44f04..4c1e32eefa 100644
--- a/toolchain/uClibc/Makefile
+++ b/toolchain/uClibc/Makefile
@@ -14,7 +14,7 @@ UCLIBC_SOURCE:=uClibc-$(strip $(subst ",, $(BR2_USE_UCLIBC_SNAPSHOT))).tar.bz2
UCLIBC_SITE:=http://www.uclibc.org/downloads/snapshots
UCLIBC_VER:=PKG_VERSION:=0.${shell date +"%G%m%d"}
else
-UCLIBC_VER:=0.9.27
+UCLIBC_VER:=0.9.28
UCLIBC_DIR:=$(TOOL_BUILD_DIR)/uClibc-$(UCLIBC_VER)
UCLIBC_SOURCE:=uClibc-$(UCLIBC_VER).tar.bz2
UCLIBC_SITE:=http://www.uclibc.org/downloads