diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-09-14 20:07:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-09-14 20:07:35 +0000 |
commit | e2a5d64c3ef63929fb9eaeae1cf3e2399bd15eef (patch) | |
tree | d7eb90ea79e69992528855eb442eb5dfdff57579 | |
parent | f03ec7e1174b6b82fbb477ab92d098a4b044abaa (diff) | |
download | upstream-e2a5d64c3ef63929fb9eaeae1cf3e2399bd15eef.tar.gz upstream-e2a5d64c3ef63929fb9eaeae1cf3e2399bd15eef.tar.bz2 upstream-e2a5d64c3ef63929fb9eaeae1cf3e2399bd15eef.zip |
hostapd: adjust the md5sum for the uploaded source tarball (fixes #14155)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37990 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/network/services/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index d9b38ec0b0..fbc4e8c1c3 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_PROTO:=git -PKG_MIRROR_MD5SUM:=5dff9bc3b8fbd9ef8a66273d5adee5a3 +PKG_MIRROR_MD5SUM:=4e7c1f97edd7514535056fce54ae053a PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> |