iw recipe

master
Philippe Pittoli 2021-03-27 23:51:43 +01:00
parent 8fbd098910
commit ae00b1f350
1 changed files with 13 additions and 0 deletions

13
recipes/iw/Makefile Normal file
View File

@ -0,0 +1,13 @@
name = iw
version = 5.9
URL = https://www.kernel.org/pub/software/network/iw/iw-$(version).tar.xz
build-dependencies = libnl-dev
# prefix has to be provided through environment variables
configure_backend =
MAKE_INSTALL_OPTIONS_USER = PREFIX=$(PREFIX)
SYSCONF ?= ../../
include $(SYSCONF)/package.mk