diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2009-03-23 16:16:22 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2009-03-23 16:16:22 +0000 |
commit | f5965e655018663c97e63f5c67dfadf555c99089 (patch) | |
tree | 0ecdaf239e2b596e59052c57e585bf9529b6f58b /package/hostapd/Makefile | |
parent | efdff492cd7621515d3c167f9ef9440d49c3ecbe (diff) | |
download | master-187ad058-f5965e655018663c97e63f5c67dfadf555c99089.tar.gz master-187ad058-f5965e655018663c97e63f5c67dfadf555c99089.tar.bz2 master-187ad058-f5965e655018663c97e63f5c67dfadf555c99089.zip |
[hostapd] bump to version 0.6.9.
Synced default.config and mini.config with upstream version.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14992 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index e4f3655473..38b14c7e1b 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=0.6.8 +PKG_VERSION:=0.6.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE_SUBDIR:=hostapd-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) -PKG_MD5SUM:=4b183183e20af1386017e9f499184ee1 +PKG_MD5SUM:=83630d11fa66ade9091f1b304fccd74c PKG_BUILD_DEPENDS:=PACKAGE_kmod-madwifi:madwifi PACKAGE_kmod-mac80211:mac80211 PACKAGE_kmod-mac80211:libnl include $(INCLUDE_DIR)/package.mk |