diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-18 07:01:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-18 07:01:26 +0000 |
commit | cd72b51dee5289d504142355f2b3416322545124 (patch) | |
tree | 7a3e8644cefcc9e2e07a2ae0e95c7f1944fd8fb9 /package/hostapd | |
parent | e3bad0e624eb875c01ed1a2b95b846be339b363e (diff) | |
download | master-187ad058-cd72b51dee5289d504142355f2b3416322545124.tar.gz master-187ad058-cd72b51dee5289d504142355f2b3416322545124.tar.bz2 master-187ad058-cd72b51dee5289d504142355f2b3416322545124.zip |
hostapd: update mirror md5sum for latest version (fixes #12208)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33456 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd')
-rw-r--r-- | package/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 5e2452e437..add8f51bfc 100644 --- a/package/hostapd/Makefile +++ b/package/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:=2732dbca58b0aaaebdad69e13588d058 +PKG_MIRROR_MD5SUM:=fa3227c146cb50732fe8511ce6d1d862 PKG_BUILD_PARALLEL:=1 |