diff options
author | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-15 05:04:33 +0000 |
---|---|---|
committer | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-15 05:04:33 +0000 |
commit | 3fddadb55438392360859617540ea9f251ede769 (patch) | |
tree | 35a626838feab7e2123be538cd32550cf66f57d9 /package/wpa_supplicant/Makefile | |
parent | 56d7991b6076e383dd3a87947ad7bf789b0536a7 (diff) |
fix md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11835 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wpa_supplicant/Makefile')
-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 |