Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
@@ -0,0 +1,2 @@
|
||||
# From https://www.kernel.org/pub/software/network/wireless-regdb/sha256sums.asc
|
||||
sha256 013e07d988f5cd7d24e4aa7a6cd406615d441ea6b882a02d2a46a78edeb2cfb6 wireless-regdb-2015.12.14.tar.xz
|
||||
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# wireless-regdb
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WIRELESS_REGDB_VERSION = 2015.12.14
|
||||
WIRELESS_REGDB_SOURCE = wireless-regdb-$(WIRELESS_REGDB_VERSION).tar.xz
|
||||
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)/sforshee.key.pub.pem \
|
||||
$(TARGET_DIR)/etc/wireless-regdb/pubkeys/sforshee.key.pub.pem
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user