[openwrt/openwrt] bcm4908: prepare for Asus GT-AX6000 support
LEDE Commits
lede-commits at lists.infradead.org
Wed Jul 20 11:14:48 PDT 2022
rmilecki pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3f2b2fe084c0019221a17e3217a01c41d003f6fd
commit 3f2b2fe084c0019221a17e3217a01c41d003f6fd
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Wed Jul 20 20:03:56 2022 +0200
bcm4908: prepare for Asus GT-AX6000 support
It isn't tested & Linux DT will surely need more work.
Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
target/linux/bcm4908/image/Makefile | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/target/linux/bcm4908/image/Makefile b/target/linux/bcm4908/image/Makefile
index 91b48291bc..809ae9fad4 100644
--- a/target/linux/bcm4908/image/Makefile
+++ b/target/linux/bcm4908/image/Makefile
@@ -86,6 +86,16 @@ define Device/asus_gt-ac5300
endef
TARGET_DEVICES += asus_gt-ac5300
+define Device/asus_gt-ax6000
+ DEVICE_VENDOR := Asus
+ DEVICE_MODEL := GT-AX6000
+ DEVICE_DTS := broadcom/bcmbca/bcm4912-asus-gt-ax6000
+ IMAGES := pkgtb
+ IMAGE/pkgtb := append-rootfs | pkgtb
+ SOC := bcm4912
+endef
+# TARGET_DEVICES += asus_gt-ax6000
+
define Device/netgear_r8000p
DEVICE_VENDOR := Netgear
DEVICE_MODEL := R8000P
More information about the lede-commits
mailing list