diff options
author | Travis Kemen <thepeople@openwrt.org> | 2008-07-15 05:04:33 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2008-07-15 05:04:33 +0000 |
commit | 396841bbdd3ff084d255ae65c1fa3687b0603ea5 (patch) | |
tree | 35a626838feab7e2123be538cd32550cf66f57d9 /package/wpa_supplicant | |
parent | 0270054cf315437351a52f668fa17001ab5663ec (diff) | |
download | upstream-396841bbdd3ff084d255ae65c1fa3687b0603ea5.tar.gz upstream-396841bbdd3ff084d255ae65c1fa3687b0603ea5.tar.bz2 upstream-396841bbdd3ff084d255ae65c1fa3687b0603ea5.zip |
fix md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11835 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wpa_supplicant')
-rw-r--r-- | package/wpa_supplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index 4c8347fff1..0a72572886 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wpa_supplicant PKG_VERSION:=0.6.3 PKG_RELEASE:=1 -PKG_MD5SUM:=9e7b99da67c47d81121368c6d580d069 +PKG_MD5SUM:=b51b2975f21006f85f7297f3fb1acde1 PKG_SOURCE_URL:=http://hostap.epitest.fi/releases PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |