do depmod during modules_install (trying to fix linux-git with udev)
[openadk.git] / package / iw / Makefile
blob2a9fb3f7e1b451a5ce3691afe99b7aac772bd6c5
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
6 PKG_NAME:= iw
7 PKG_VERSION:= 4.1
8 PKG_RELEASE:= 1
9 PKG_HASH:= 5164aaacd8e82501d84a2187af194e8285a5a5b76e200447eb58d4dd78d1a34b
10 PKG_DESCR:= tools for setting up wifi cards via netlink
11 PKG_SECTION:= net/wifi
12 PKG_DEPENDS:= libnl libpthread
13 PKG_BUILDDEP:= libnl
14 PKG_URL:= http://wireless.kernel.org/en/users/Documentation/iw
15 PKG_SITES:= https://www.kernel.org/pub/software/network/iw/
17 PKG_DFLT_IW:= y if ADK_TARGET_WITH_WIFI
19 include ${ADK_TOPDIR}/mk/package.mk
21 $(eval $(call PKG_template,IW,iw,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
23 TARGET_CFLAGS+= $(TARGET_CPPFLAGS)
24 CONFIG_STYLE:= manual
26 iw-install:
27 ${INSTALL_DIR} ${IDIR_IW}/usr/sbin
28 ${INSTALL_BIN} ${WRKINST}/usr/sbin/iw ${IDIR_IW}/usr/sbin
30 include ${ADK_TOPDIR}/mk/pkg-bottom.mk