2 # Copyright (C) 2007-2009 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
9 include $(TOPDIR
)/rules.mk
15 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.bz2
16 PKG_SOURCE_URL
:=http
://wireless.kernel.org
/download
/iw
/
17 PKG_MD5SUM
:=fa79323a4dd181fdd3908990191d118d
18 PKG_BUILD_DEPENDS
:=mac80211 libnl
20 include $(INCLUDE_DIR
)/package.mk
25 TITLE
:=cfg80211 interface configuration utility
26 URL
:=http
://wireless.kernel.org
/en
/users
/Documentation
/iw
27 DEPENDS
:=@
!TARGET_avr32 @
!TARGET_etrax
+libnl
30 define Build
/Configure
31 echo
"#define IW_VERSION \"$(PKG_VERSION)\"" > $(PKG_BUILD_DIR
)/version.h
35 CFLAGS
="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/mac80211 -I$(STAGING_DIR)/usr/include/libnl $(TARGET_CPPFLAGS)" \
36 LDFLAGS
="$(TARGET_LDFLAGS) -lnl"
38 ifneq ($(CONFIG_LINUX_2_6
),)
39 define Package
/iw
/install
40 $(INSTALL_DIR
) $(1)/usr
/sbin
41 $(INSTALL_BIN
) $(PKG_BUILD_DIR
)/iw
$(1)/usr
/sbin
/
45 $(eval
$(call BuildPackage
,iw
))