diff options
author | Oever González <notengobattery@gmail.com> | 2019-01-23 21:20:55 -0600 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-01-26 21:42:57 +0100 |
commit | fb7b8d5ad3bc69122fa2d7360b25b58d100e798d (patch) | |
tree | 554423644b2bc1fb15f1b4dcc1a1b38837b0c32e | |
parent | 69aa1c5ac002d774f6d114eb3239c5531398dd83 (diff) | |
download | upstream-fb7b8d5ad3bc69122fa2d7360b25b58d100e798d.tar.gz upstream-fb7b8d5ad3bc69122fa2d7360b25b58d100e798d.tar.bz2 upstream-fb7b8d5ad3bc69122fa2d7360b25b58d100e798d.zip |
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 <ryan@osukl.com>
Signed-off-by: Oever González <notengobattery@gmail.com>
-rw-r--r-- | package/firmware/ipq-wifi/Makefile | 3 | ||||
-rw-r--r-- | package/firmware/ipq-wifi/board-linksys_ea6350v3.bin | bin | 0 -> 24324 bytes |
2 files changed, 2 insertions, 1 deletions
diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile index 4b39f970dd..cf1ad042bf 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: # <https://wireless.wiki.kernel.org/en/users/drivers/ath10k/boardfiles> -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,<devicename>,<filename>,<displayname>)) $(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 Binary files differnew file mode 100644 index 0000000000..aea9d204e80 --- /dev/null +++ b/package/firmware/ipq-wifi/board-linksys_ea6350v3.bin |