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 | 6006799af7b2070c50f72429c978bfaeff26f263 (patch) | |
tree | a32deec0f6b739923985ab272afba11aaa94b0e9 /package/wpa_supplicant/Makefile | |
parent | bf44f7b388dd8d9d7fd99e2aabdfd1eb72b675bd (diff) | |
download | upstream-6006799af7b2070c50f72429c978bfaeff26f263.tar.gz upstream-6006799af7b2070c50f72429c978bfaeff26f263.tar.bz2 upstream-6006799af7b2070c50f72429c978bfaeff26f263.zip |
[package] fix unparsable options generated by wpa_supplicant.sh (#4835)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15058 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 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 |