aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-06 13:45:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-06 13:45:57 +0000
commitb17afa9f6596737f23124cfce98cf1defc6e7ab7 (patch)
tree9492d8b234007934c547dbee9a5de482c88cf6b2
parente8ff034c8b2135a97f81c9ccc754b10cb66a2038 (diff)
downloadupstream-b17afa9f6596737f23124cfce98cf1defc6e7ab7.tar.gz
upstream-b17afa9f6596737f23124cfce98cf1defc6e7ab7.tar.bz2
upstream-b17afa9f6596737f23124cfce98cf1defc6e7ab7.zip
libubox: add mirror md5sum
SVN-Revision: 32080
-rw-r--r--package/libubox/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libubox/Makefile b/package/libubox/Makefile
index bdfe8a58f1..0fae4cbef2 100644
--- a/package/libubox/Makefile
+++ b/package/libubox/Makefile
@@ -9,6 +9,7 @@ PKG_SOURCE_URL:=git://nbd.name/luci2/libubox.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=0608d1299546d4af1facc271a090cb2abb8c6105
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
+PKG_MIRROR_MD5SUM:=6a08dfa2519a969d184e7bb5bb390620
CMAKE_INSTALL:=1
include $(INCLUDE_DIR)/package.mk