diff options
author | Mirko Vogt <mirko@openwrt.org> | 2010-12-03 23:22:39 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2010-12-03 23:22:39 +0000 |
commit | bb154bd73cd26b409d7a555b6667a1969657bced (patch) | |
tree | eb66a5ca06eb5f537805f6fb55babe439797e79a /package | |
parent | 68124370ac82720273db30b5706c227e60c1fa4d (diff) | |
download | upstream-bb154bd73cd26b409d7a555b6667a1969657bced.tar.gz upstream-bb154bd73cd26b409d7a555b6667a1969657bced.tar.bz2 upstream-bb154bd73cd26b409d7a555b6667a1969657bced.zip |
add md5 checksum
SVN-Revision: 24232
Diffstat (limited to 'package')
-rw-r--r-- | package/libtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index f105ffd81f..5aa5aa3652 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libtool -#PKG_MD5SUM:=aa9c5107f3ec9ef4200eb6556f3b3c29 +PKG_MD5SUM:=b32b04148ecdd7344abc6fe8bd1bb021 HOST_PATCH_DIR=/dev/null |