Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -6,4 +6,4 @@ config BR2_PACKAGE_WIRELESS_REGDB
Wireless regulatory database for CRDA. The database lists the
allowed radio frequencies for each local jurisdiction.
http://linuxwireless.org/en/developers/Regulatory
https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb

View File

@@ -1,2 +1,4 @@
# From https://www.kernel.org/pub/software/network/wireless-regdb/sha256sums.asc
sha256 cfedf1c3521b3c8f32602f25ed796e96e687c3441a00e7c050fedf7fd4f1b8b7 wireless-regdb-2016.06.10.tar.xz
sha256 e1dfbc3b97771373077f430c3c05082fae883145b37db5b2cfd12c56676fbe7b wireless-regdb-2018.05.31.tar.xz
# Locally computed
sha256 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1 LICENSE

View File

@@ -4,7 +4,7 @@
#
################################################################################
WIRELESS_REGDB_VERSION = 2016.06.10
WIRELESS_REGDB_VERSION = 2018.05.31
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
@@ -15,6 +15,10 @@ define WIRELESS_REGDB_INSTALL_TARGET_CMDS
$(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
$(INSTALL) -m 644 -D -T $(@D)/regulatory.db \
$(TARGET_DIR)/lib/firmware/regulatory.db
$(INSTALL) -m 644 -D -T $(@D)/regulatory.db.p7s \
$(TARGET_DIR)/lib/firmware/regulatory.db.p7s
endef
$(eval $(generic-package))