2 # Copyright (C) 2007 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_BUILD_DEPENDS
:=mac80211 libnl
19 include $(INCLUDE_DIR
)/package.mk
24 TITLE
:=cfg80211 interface configuration utility
25 URL
:=http
://wireless.kernel.org
/en
/users
/Documentation
/iw
26 DEPENDS
:=@
!TARGET_avr32 @
!TARGET_etrax
+libnl
29 define Build
/Configure
30 $(CP
) $(PKG_BUILD_DIR
)/defconfig
$(PKG_BUILD_DIR
)/.config
31 echo
"#define IW_VERSION \"$(VERSION)\"" > $(PKG_BUILD_DIR
)/version.h
35 CFLAGS
="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/mac80211 -I$(STAGING_DIR)/usr/include/libnl -I$(STAGING_DIR)/usr/include" \
36 LDFLAGS
="-L$(STAGING_DIR)/usr/lib -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
))