aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-01-24 09:40:24 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-01-24 09:40:24 +0000
commit1d02e78a6f2067bdceac605b9ff5a9f9a4e55a72 (patch)
tree63ef4ee1330dfb35fc1e8ae0af425fafe265e050 /toolchain/uClibc/Makefile
parentcf3d4be590f2f42a2baf578ef6c5723fc1596fea (diff)
downloadupstream-1d02e78a6f2067bdceac605b9ff5a9f9a4e55a72.tar.gz
upstream-1d02e78a6f2067bdceac605b9ff5a9f9a4e55a72.tar.bz2
upstream-1d02e78a6f2067bdceac605b9ff5a9f9a4e55a72.zip
update to latest git
SVN-Revision: 25082
Diffstat (limited to 'toolchain/uClibc/Makefile')
-rw-r--r--toolchain/uClibc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile
index 672d486225..23b70f9537 100644
--- a/toolchain/uClibc/Makefile
+++ b/toolchain/uClibc/Makefile
@@ -14,10 +14,10 @@ PKG_VERSION:=$(call qstrip,$(CONFIG_UCLIBC_VERSION))
ifeq ($(CONFIG_UCLIBC_VERSION_0_9_32),y)
PKG_SOURCE_URL:=git://git.busybox.net/uClibc
PKG_SOURCE_PROTO:=git
- PKG_SOURCE_VERSION:=4ac7ad3543dd6d7780e71af80fa5c45414451719
+ PKG_SOURCE_VERSION:=a7c33ecabcead542e54c0c3514a92f4155add5b6
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
- LIBC_SO_VERSION:=$(PKG_VERSION)-rc1-git
+ LIBC_SO_VERSION:=$(PKG_VERSION)-rc2-git
else
PKG_SOURCE_URL:=http://www.uclibc.org/downloads
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2