[openwrt/openwrt] firmware: ipq-wifi: add Asus RT-AX89X BDF

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 9 03:33:39 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/cc459f55e11e2963c8be974c7e773f8903135af9

commit cc459f55e11e2963c8be974c7e773f8903135af9
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Mon Jun 26 12:09:16 2023 +0200

    firmware: ipq-wifi: add Asus RT-AX89X BDF
    
    Include the Asus RT-AX89X BDF.
    
    Link: https://github.com/openwrt/openwrt/pull/15840
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/firmware/ipq-wifi/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile
index 917818db4a..fa2c0893ba 100644
--- a/package/firmware/ipq-wifi/Makefile
+++ b/package/firmware/ipq-wifi/Makefile
@@ -29,6 +29,7 @@ endef
 ALLWIFIBOARDS:= \
 	8devices_mango \
 	arcadyan_aw1000 \
+	asus_rt-ax89x \
 	buffalo_wxr-5950ax12 \
 	cmcc_rm2-6 \
 	compex_wpq873 \
@@ -152,6 +153,7 @@ endef
 
 $(eval $(call generate-ipq-wifi-package,8devices_mango,8devices Mango))
 $(eval $(call generate-ipq-wifi-package,arcadyan_aw1000,Arcadyan AW1000))
+$(eval $(call generate-ipq-wifi-package,asus_rt-ax89x,Asus RT-AX89X))
 $(eval $(call generate-ipq-wifi-package,buffalo_wxr-5950ax12,Buffalo WXR-5950AX12))
 $(eval $(call generate-ipq-wifi-package,cmcc_rm2-6,CMCC RM2-6))
 $(eval $(call generate-ipq-wifi-package,compex_wpq873,Compex WPQ-873))




More information about the lede-commits mailing list