iw recipe
This commit is contained in:
parent
8fbd098910
commit
ae00b1f350
1 changed files with 13 additions and 0 deletions
13
recipes/iw/Makefile
Normal file
13
recipes/iw/Makefile
Normal 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
|
Loading…
Add table
Reference in a new issue