mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
wireless-regdb: new package
Signed-off-by: Dimitrios Siganos <dimitris@siganos.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
ecfee10732
commit
3d9ce2f563
@ -765,6 +765,7 @@ source "package/vtun/Config.in"
|
|||||||
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
source "package/wget/Config.in"
|
source "package/wget/Config.in"
|
||||||
endif
|
endif
|
||||||
|
source "package/wireless-regdb/Config.in"
|
||||||
source "package/wireless_tools/Config.in"
|
source "package/wireless_tools/Config.in"
|
||||||
source "package/wireshark/Config.in"
|
source "package/wireshark/Config.in"
|
||||||
source "package/wpa_supplicant/Config.in"
|
source "package/wpa_supplicant/Config.in"
|
||||||
|
10
package/wireless-regdb/Config.in
Normal file
10
package/wireless-regdb/Config.in
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
config BR2_PACKAGE_WIRELESS_REGDB
|
||||||
|
bool "wireless-regdb"
|
||||||
|
help
|
||||||
|
Wireless regulatory database.
|
||||||
|
|
||||||
|
Wireless regulatory database for CRDA. The database lists the
|
||||||
|
allowed radio frequencies for each local jurisdiction.
|
||||||
|
|
||||||
|
http://linuxwireless.org/en/developers/Regulatory
|
||||||
|
|
18
package/wireless-regdb/wireless-regdb.mk
Normal file
18
package/wireless-regdb/wireless-regdb.mk
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
#############################################################
|
||||||
|
#
|
||||||
|
# wireless-regdb
|
||||||
|
#
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
WIRELESS_REGDB_VERSION = 2013.01.11
|
||||||
|
WIRELESS_REGDB_SOURCE = wireless-regdb-$(WIRELESS_REGDB_VERSION).tar.bz2
|
||||||
|
WIRELESS_REGDB_SITE = http://kernel.org/pub/software/network/wireless-regdb
|
||||||
|
WIRELESS_REGDB_LICENSE = ISC
|
||||||
|
WIRELESS_REGDB_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
|
define WIRELESS_REGDB_INSTALL_TARGET_CMDS
|
||||||
|
install -m 644 -D -T $(@D)/regulatory.bin $(TARGET_DIR)/usr/lib/crda/regulatory.bin
|
||||||
|
install -m 644 -D -T $(@D)/linville.key.pub.pem $(TARGET_DIR)/etc/wireless-regdb/pubkeys/linville.key.pub.pem
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(generic-package))
|
Loading…
x
Reference in New Issue
Block a user