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