ath11k-wifi: update GL-AXT1800 BDF

Fixes: WIFI-8042
Signed-off-by: Jianhui Zhao <jianhui.zhao@gl-inet.com>
This commit is contained in:
Jianhui Zhao
2022-05-28 18:09:01 +08:00
committed by John Crispin
parent d2f44cbb12
commit 1aead07444
3 changed files with 12 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ define Device/glinet_axt1800
DEVICE_DTS := qcom-ipq6018-gl-axt1800
SUPPORTED_DEVICES := glinet,axt1800
DEVICE_DTS_CONFIG := config@cp03-c1
DEVICE_PACKAGES := ath11k-wifi-gl-ax1800 -kmod-usb-dwc3-of-simple kmod-usb-dwc3-qcom kmod-usb3
DEVICE_PACKAGES := ath11k-wifi-gl-axt1800 -kmod-usb-dwc3-of-simple kmod-usb-dwc3-qcom kmod-usb3
endef
TARGET_DEVICES += glinet_axt1800

View File

@@ -32,6 +32,7 @@ ALLWIFIBOARDS:= \
cybertan-eww622-a1 \
edgecore-eap101 \
gl-ax1800 \
gl-axt1800 \
sercomm-wallaby \
edgecore-eap102 \
edgecore-eap104 \
@@ -86,6 +87,11 @@ $(call Package/ath11k-wifi-default)
TITLE:=gl-ax1800 bdf
endef
define Package/ath11k-wifi-gl-axt1800
$(call Package/ath11k-wifi-default)
TITLE:=gl-axt1800 bdf
endef
define Package/ath11k-wifi-motorola-q14
$(call Package/ath11k-wifi-default)
TITLE:=motorola q14 bdf
@@ -178,6 +184,11 @@ define Package/ath11k-wifi-gl-ax1800/install
$(INSTALL_DATA) ./board-gl-ax1800.bin.IPQ6018 $(1)/lib/firmware/ath11k/IPQ6018/hw1.0/board-2.bin
endef
define Package/ath11k-wifi-gl-axt1800/install
$(INSTALL_DIR) $(1)/lib/firmware/ath11k/IPQ6018/hw1.0/
$(INSTALL_DATA) ./board-gl-axt1800.bin.IPQ6018 $(1)/lib/firmware/ath11k/IPQ6018/hw1.0/board-2.bin
endef
define Package/ath11k-wifi-motorola-q14/install
$(INSTALL_DIR) $(1)/lib/firmware/ath11k/IPQ5018/hw1.0/
$(INSTALL_DIR) $(1)/lib/firmware/ath11k/qcn6122/hw1.0/

Binary file not shown.