ipq-wifi: add board-2.bin for ALFA Network AP120C-AC
authorPiotr Dymacz <pepe2k@gmail.com>
Tue, 29 Jan 2019 17:12:51 +0000 (18:12 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Mon, 25 Feb 2019 23:16:22 +0000 (00:16 +0100)
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
package/firmware/ipq-wifi/Makefile
package/firmware/ipq-wifi/board-alfa-network_ap120c-ac.bin [new file with mode: 0644]

index 8b7668ba0943e91d00e78fa93aaa4e23db4cc986..3ce769afc6d5d0766ab0bdcdb016dd16812e6e13 100644 (file)
@@ -18,7 +18,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:=asus_map-ac2200 engenius_eap1300 linksys_ea6350v3
+ALLWIFIBOARDS:=alfa-network_ap120c-ac asus_map-ac2200 engenius_eap1300 linksys_ea6350v3
 ALLWIFIPACKAGES:=$(foreach BOARD,$(ALLWIFIBOARDS),ipq-wifi-$(BOARD))
 
 define Package/ipq-wifi-default
@@ -53,6 +53,7 @@ Don't install it for any other device!
 endef
 
 #$(eval $(call generate-ipq-wifi-package,<devicename>,<filename>,<displayname>))
+$(eval $(call generate-ipq-wifi-package,alfa-network_ap120c-ac,board-alfa-network_ap120c-ac.bin,ALFA Network AP120C-AC))
 $(eval $(call generate-ipq-wifi-package,asus_map-ac2200,board-map-ac2200.bin,ASUS MAP-AC2200))
 $(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))
diff --git a/package/firmware/ipq-wifi/board-alfa-network_ap120c-ac.bin b/package/firmware/ipq-wifi/board-alfa-network_ap120c-ac.bin
new file mode 100644 (file)
index 0000000..2a3d81f
Binary files /dev/null and b/package/firmware/ipq-wifi/board-alfa-network_ap120c-ac.bin differ