wifi: fix missing regulatory DB

This commit is contained in:
Josef Söntgen 2018-08-09 09:32:56 +02:00 committed by Christian Helmuth
parent c75d9e2ee0
commit 6f62f5d428
3 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,7 @@
WIFI_CONTRIB_DIR := $(call select_from_ports,dde_linux)
IMAGES := $(notdir $(wildcard $(WIFI_CONTRIB_DIR)/firmware/*.ucode))
IMAGES += $(notdir $(wildcard $(WIFI_CONTRIB_DIR)/firmware/*.db))
BIN_DIR := $(BUILD_BASE_DIR)/bin
FW_DIR := $(WIFI_CONTRIB_DIR)/firmware

View File

@ -1 +1 @@
f8b3fc722728da35627dcd064209debe9e6aed92
4a6dd8a8cd9919910a4988a1218b2de29016349a

View File

@ -99,9 +99,9 @@ DIR(wpa_supplicant) := src/app/wpa_supplicant
#
# Firmware images
#
FW_REV := 8903435737fd897185eaf64229d870412b558a0e
FW_REV := f92004aacf48a9e60c9d90f7e972bc3bb5184fb3
URL(fw) := https://github.com/cnuke/dde_linux_firmware/archive/$(FW_REV).tar.gz
SHA(fw) := 3adea3ebaeb58e27b5002b883423fc8e9224d60c2045c43df5b3c0fdc1adf2f5
SHA(fw) := b927a83c4a5a20c9cc3f8bfb453f07278e222f84da4f17a44ab26f362eebad38
DIR(fw) := firmware
#