diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-15 05:59:10 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-15 05:59:10 +0000 |
commit | 349439d7ea2d56c42179589bcbe963f9707f0127 (patch) | |
tree | 0737d27a5a40458eae7a74b47bc3987a5b6bb18f /toolchain/uClibc/Makefile | |
parent | 128233fba1317258f6c4f189cf3afd22e3c8afac (diff) | |
download | upstream-349439d7ea2d56c42179589bcbe963f9707f0127.tar.gz upstream-349439d7ea2d56c42179589bcbe963f9707f0127.tar.bz2 upstream-349439d7ea2d56c42179589bcbe963f9707f0127.zip |
toolchain/uClibc: add preliminary support for 0.9.31 (needs testing)
SVN-Revision: 20873
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 d47be0c418..128074fa9b 100644 --- a/toolchain/uClibc/Makefile +++ b/toolchain/uClibc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -27,6 +27,7 @@ CONFIG_DIR:=./config-$(PKG_VERSION) PKG_MD5SUM_0.9.30.1 = 1a4b84e5536ad8170563ffa88c34679c PKG_MD5SUM_0.9.30.2 = e759ec855500082ac3e671dd6cacfdb0 PKG_MD5SUM_0.9.30.3 = 73a4bf4a0fa508b01a7a3143574e3d21 +PKG_MD5SUM_0.9.31 = 52fb8a494758630c8d3ddd7f1e0daafd PKG_MD5SUM=$(PKG_MD5SUM_$(PKG_VERSION)) HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)-$(PKG_VERSION) |