[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
master
Gabor Juhos 2009-01-28 09:24:02 +00:00
parent cd3e48a9e2
commit 90ea93e4aa
1 changed files with 4 additions and 4 deletions

View File

@ -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. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -9,11 +9,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=iw PKG_NAME:=iw
PKG_VERSION:=0.9.5 PKG_VERSION:=0.9.9
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://wireless.kernel.org/download/iw/ PKG_SOURCE_URL:=http://wireless.kernel.org/download/iw/
PKG_MD5SUM:=fa79323a4dd181fdd3908990191d118d
PKG_BUILD_DEPENDS:=mac80211 libnl PKG_BUILD_DEPENDS:=mac80211 libnl
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -27,8 +28,7 @@ define Package/iw
endef endef
define Build/Configure define Build/Configure
$(CP) $(PKG_BUILD_DIR)/defconfig $(PKG_BUILD_DIR)/.config echo "#define IW_VERSION \"$(PKG_VERSION)\"" > $(PKG_BUILD_DIR)/version.h
echo "#define IW_VERSION \"$(VERSION)\"" > $(PKG_BUILD_DIR)/version.h
endef endef
MAKE_FLAGS += \ MAKE_FLAGS += \