aboutsummaryrefslogtreecommitdiffstats
path: root/package/iw
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-01-28 09:24:02 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-01-28 09:24:02 +0000
commit90ea93e4aa15c4ce5976b4580e9d1f79ab617213 (patch)
tree625328162afdc2762e04d4b1a53061c3f0d7dd42 /package/iw
parentcd3e48a9e2c5b31bef948d91d4a84516df76beaa (diff)
downloadupstream-90ea93e4aa15c4ce5976b4580e9d1f79ab617213.tar.gz
upstream-90ea93e4aa15c4ce5976b4580e9d1f79ab617213.tar.bz2
upstream-90ea93e4aa15c4ce5976b4580e9d1f79ab617213.zip
[package] iw: update to 0.9.9 (thanks to Hauke Mehrtens <hauke@hauke-m.de>)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14235 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iw')
-rw-r--r--package/iw/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/iw/Makefile b/package/iw/Makefile
index 8fd64913b4..e4878a0e26 100644
--- a/package/iw/Makefile
+++ b/package/iw/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,11 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=iw
-PKG_VERSION:=0.9.5
+PKG_VERSION:=0.9.9
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://wireless.kernel.org/download/iw/
+PKG_MD5SUM:=fa79323a4dd181fdd3908990191d118d
PKG_BUILD_DEPENDS:=mac80211 libnl
include $(INCLUDE_DIR)/package.mk
@@ -27,8 +28,7 @@ define Package/iw
endef
define Build/Configure
- $(CP) $(PKG_BUILD_DIR)/defconfig $(PKG_BUILD_DIR)/.config
- echo "#define IW_VERSION \"$(VERSION)\"" > $(PKG_BUILD_DIR)/version.h
+ echo "#define IW_VERSION \"$(PKG_VERSION)\"" > $(PKG_BUILD_DIR)/version.h
endef
MAKE_FLAGS += \