diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-03-28 21:30:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-03-28 21:30:07 +0000 |
commit | 2a59f52a0f057a15d1f3ea79796a2951490f8a8c (patch) | |
tree | 2c4e281b7c82329ef804f3a67f89dabe42c4075d /package/wpa_supplicant/Makefile | |
parent | bad948c2772f9c147cd9c9c6c4c598a71261c4ed (diff) | |
download | upstream-2a59f52a0f057a15d1f3ea79796a2951490f8a8c.tar.gz upstream-2a59f52a0f057a15d1f3ea79796a2951490f8a8c.tar.bz2 upstream-2a59f52a0f057a15d1f3ea79796a2951490f8a8c.zip |
fix unparsable options generated by wpa_supplicant.sh (#4835)
SVN-Revision: 15058
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 c1592a9a70..006d0777d4 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wpa_supplicant PKG_VERSION:=0.6.9 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=0efb8fcedf0a8acf6f423dfdb0658fdd PKG_SOURCE_URL:=http://hostap.epitest.fi/releases |