update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -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

View File

@@ -0,0 +1,2 @@
# From https://www.kernel.org/pub/software/network/wireless-regdb/sha256sums.asc
sha256 cfedf1c3521b3c8f32602f25ed796e96e687c3441a00e7c050fedf7fd4f1b8b7 wireless-regdb-2016.06.10.tar.xz

View File

@@ -0,0 +1,20 @@
################################################################################
#
# wireless-regdb
#
################################################################################
WIRELESS_REGDB_VERSION = 2016.06.10
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))