diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2012-10-25 16:26:16 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2012-10-25 16:26:16 +0000 |
commit | 8adcce4e7de0b0d23dc4e6a1d36e007318e8baef (patch) | |
tree | dea273abf760d55977be6542ccf012f6156437dd /package/acx-mac80211/Makefile | |
parent | 0878c11aab5905ca818858f294935b89d23d0940 (diff) | |
download | upstream-8adcce4e7de0b0d23dc4e6a1d36e007318e8baef.tar.gz upstream-8adcce4e7de0b0d23dc4e6a1d36e007318e8baef.tar.bz2 upstream-8adcce4e7de0b0d23dc4e6a1d36e007318e8baef.zip |
acx-mac80211: add md5sum for acx-mac80211 file, to download it from the mirror.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33933 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211/Makefile')
-rw-r--r-- | package/acx-mac80211/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index 80e52820e5..3e8bb15c5b 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -18,6 +18,7 @@ PKG_SOURCE_URL:=git://acx100.git.sourceforge.net/gitroot/acx100/acx-mac80211 PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) +PKG_MIRROR_MD5SUM:=8d6bc84239059fd938ff4d989579f622 PKG_BUILD_DEPENDS:=mac80211 include $(INCLUDE_DIR)/package.mk |