From: Oever González Date: Thu, 24 Jan 2019 03:20:55 +0000 (-0600) Subject: ipq-wifi: add support for Linksys EA6350v3 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fb7b8d5ad3bc69122fa2d7360b25b58d100e798d;p=openwrt%2Fstaging%2Fblogic.git ipq-wifi: add support for Linksys EA6350v3 This commit adds support for the Linksys EA6350v3 device in the ipq-wifi target. Without this patch, the Linksys EA6350v3 won't be hable to have fully functional wireless interfaces. This is not permanent: the board data has already been sent to ath10k _at_ lists _dot_ infradead _dot_ org Signed-off-by: Ryan Pannell Signed-off-by: Oever González --- diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile index 4b39f970dd6a..cf1ad042bfe8 100644 --- a/package/firmware/ipq-wifi/Makefile +++ b/package/firmware/ipq-wifi/Makefile @@ -17,7 +17,7 @@ endef # Please send a mail with your device-specific board files upstream. # You can find instructions and examples on the linux-wireless wiki: # -ALLWIFIBOARDS:=engenius_eap1300 +ALLWIFIBOARDS:=engenius_eap1300 linksys_ea6350v3 ALLWIFIPACKAGES:=$(foreach BOARD,$(ALLWIFIBOARDS),ipq-wifi-$(BOARD)) define Package/ipq-wifi-default @@ -53,5 +53,6 @@ endef #$(eval $(call generate-ipq-wifi-package,,,)) $(eval $(call generate-ipq-wifi-package,engenius_eap1300,board-engenius_eap1300.bin,EnGenius EAP1300)) +$(eval $(call generate-ipq-wifi-package,linksys_ea6350v3,board-linksys_ea6350v3.bin,Linksys EA6350v3)) $(foreach PACKAGE,$(ALLWIFIPACKAGES),$(eval $(call BuildPackage,$(PACKAGE)))) diff --git a/package/firmware/ipq-wifi/board-linksys_ea6350v3.bin b/package/firmware/ipq-wifi/board-linksys_ea6350v3.bin new file mode 100644 index 000000000000..aea9d204e801 Binary files /dev/null and b/package/firmware/ipq-wifi/board-linksys_ea6350v3.bin differ