summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko2023-06-26 10:09:16 +0000
committerRobert Marko2024-07-09 10:33:17 +0000
commitcc459f55e11e2963c8be974c7e773f8903135af9 (patch)
treef9b5bd495e6a4fe50d5734f16acb84ede75782e5
parent19ecf84f0f51877d4bd4776e0275151efb4bf3f7 (diff)
downloadopenwrt-cc459f55e11e2963c8be974c7e773f8903135af9.tar.gz
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@gmail.com>
-rw-r--r--package/firmware/ipq-wifi/Makefile2
1 files changed, 2 insertions, 0 deletions
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))