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
:= wireless-regdb
7 PKG_VERSION
:= 2015.01.30
9 PKG_HASH
:= 438d7f3d62686bc997098d17fe1aff95c6f6ec061aaab90ab7c2c17e8451ce85
10 PKG_DESCR
:= binary regulatory database for crda
11 PKG_SECTION
:= libs
/net
12 PKG_URL
:= http
://wireless.kernel.org
/en
/developers
/Regulatory
13 PKG_SITES
:= https
://www.kernel.org
/pub
/software
/network
/wireless-regdb
/
15 include $(ADK_TOPDIR
)/mk
/package.mk
17 $(eval
$(call PKG_template
,WIRELESS_REGDB
,$(PKG_NAME
),$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
21 INSTALL_STYLE
:= manual
24 $(INSTALL_DIR
) $(IDIR_WIRELESS_REGDB
)/usr
/lib
/crda
25 $(INSTALL_DATA
) $(WRKDIST
)/regulatory.bin \
26 $(IDIR_WIRELESS_REGDB
)/usr
/lib
/crda
28 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk