diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-02-08 15:45:44 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-02-08 15:45:44 +0000 |
commit | 9bf867b53132f595cae90cc201798bd1f77dfb64 (patch) | |
tree | b291164d46227f77bcabe857e50f92a27f34e4b7 /toolchain/uClibc/Makefile | |
parent | 75a929c65e7573f3c193f8f93937115cc707ccb6 (diff) | |
download | upstream-9bf867b53132f595cae90cc201798bd1f77dfb64.tar.gz upstream-9bf867b53132f595cae90cc201798bd1f77dfb64.tar.bz2 upstream-9bf867b53132f595cae90cc201798bd1f77dfb64.zip |
add 0.9.33
SVN-Revision: 30374
Diffstat (limited to 'toolchain/uClibc/Makefile')
-rw-r--r-- | toolchain/uClibc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index 8c658448b3..51c761a23a 100644 --- a/toolchain/uClibc/Makefile +++ b/toolchain/uClibc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -25,6 +25,7 @@ endif PATCH_DIR:=./patches-$(PKG_VERSION) CONFIG_DIR:=./config-$(PKG_VERSION) +PKG_MD5SUM_0.9.33 = cf9d25e4b3c87af1a99d33a6b959fbf1 PKG_MD5SUM=$(PKG_MD5SUM_$(PKG_VERSION)) HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)-$(PKG_VERSION) |