diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2022-07-20 20:03:56 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2022-09-02 12:23:07 +0200 |
commit | 28ab4f395541ad4b969879042f58fd19d13a596a (patch) | |
tree | eaa606a212316bd2f969c1d118cd616e256cb335 /target/linux/bcm4908/image | |
parent | 1727e356f0c42222cefdb357d79c1c222a1defba (diff) | |
download | upstream-28ab4f395541ad4b969879042f58fd19d13a596a.tar.gz upstream-28ab4f395541ad4b969879042f58fd19d13a596a.tar.bz2 upstream-28ab4f395541ad4b969879042f58fd19d13a596a.zip |
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@milecki.pl>
(cherry picked from commit 3f2b2fe084c0019221a17e3217a01c41d003f6fd)
Diffstat (limited to 'target/linux/bcm4908/image')
-rw-r--r-- | target/linux/bcm4908/image/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/bcm4908/image/Makefile b/target/linux/bcm4908/image/Makefile index 93a28b7e9d..ba7cdc3ae7 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 |