diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-02-24 12:56:20 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-02-24 12:56:20 +0000 |
commit | ae885a39784d0651e6d47a9247cb98855532263e (patch) | |
tree | afca8add2e4fd4e51379c66583ceee8116b5ea1c /toolchain/uClibc/Makefile | |
parent | bb54973a24abcb09ec74a6774765862f53b4e3bd (diff) | |
download | mtk-20170518-ae885a39784d0651e6d47a9247cb98855532263e.zip mtk-20170518-ae885a39784d0651e6d47a9247cb98855532263e.tar.gz mtk-20170518-ae885a39784d0651e6d47a9247cb98855532263e.tar.bz2 |
upgrade to latest git, refresh patches
SVN-Revision: 25698
Diffstat (limited to 'toolchain/uClibc/Makefile')
-rw-r--r-- | toolchain/uClibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index 32747a5..0ce9554 100644 --- a/toolchain/uClibc/Makefile +++ b/toolchain/uClibc/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=$(call qstrip,$(CONFIG_UCLIBC_VERSION)) ifeq ($(PKG_VERSION),0.9.32) PKG_SOURCE_URL:=git://git.busybox.net/uClibc PKG_SOURCE_PROTO:=git - PKG_SOURCE_VERSION:=bb8551685e2efc42c65a01479b9f9bb8b860da01 + PKG_SOURCE_VERSION:=9112a2398ec58b32cd1a1c6feae195bd8f9a46a2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz LIBC_SO_VERSION:=$(PKG_VERSION)-rc2-git |