diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-08-26 15:29:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-08-26 15:29:54 +0000 |
commit | 44ad511638c87a9575df5c3dfafcfa766d006236 (patch) | |
tree | 19a106b07fdcd215ecfcaf7d9b3f69308c7c4eb6 /package/iw/Makefile | |
parent | 5e1d6a2347d04bcab604250dfdf84b6b4a3dd9c1 (diff) | |
download | upstream-44ad511638c87a9575df5c3dfafcfa766d006236.tar.gz upstream-44ad511638c87a9575df5c3dfafcfa766d006236.tar.bz2 upstream-44ad511638c87a9575df5c3dfafcfa766d006236.zip |
[package] iw: update to 0.9.17
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17409 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iw/Makefile')
-rw-r--r-- | package/iw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iw/Makefile b/package/iw/Makefile index e13f48fa44..ce3b4ec486 100644 --- a/package/iw/Makefile +++ b/package/iw/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iw -PKG_VERSION:=0.9.16 +PKG_VERSION:=0.9.17 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://wireless.kernel.org/download/iw/ -PKG_MD5SUM:=775f8d1856b0856acbfc960fafe48325 +PKG_MD5SUM:=427841093ac11c5cbc025a3e13aac139 PKG_BUILD_DEPENDS:=mac80211 include $(INCLUDE_DIR)/package.mk |