diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-10 05:55:28 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-10 05:55:28 +0000 |
commit | 6ee5c47fa40ee3f71899b4e7ea4feda3b357dc99 (patch) | |
tree | 64f12152ca3a2f90095cc58a15bc151062fddb1f /openwrt/package/wpa_supplicant/Makefile | |
parent | 78f0d2d9c96da13e2b796c002f4c971959c387c8 (diff) |
Fix memleaks in driver_broadcom.c (thanks framer99)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1182 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/wpa_supplicant/Makefile')
-rw-r--r-- | openwrt/package/wpa_supplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/wpa_supplicant/Makefile b/openwrt/package/wpa_supplicant/Makefile index b86034dcb..cfb6e873d 100644 --- a/openwrt/package/wpa_supplicant/Makefile +++ b/openwrt/package/wpa_supplicant/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wpa_supplicant PKG_VERSION:=0.3.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=c9ced104f0322f834a84336c293b4b57 PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ |