mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-20 03:36:29 +00:00
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 3f2b2fe084
)
This commit is contained in:
parent
1727e356f0
commit
28ab4f3955
@ -86,6 +86,16 @@ define Device/asus_gt-ac5300
|
|||||||
endef
|
endef
|
||||||
TARGET_DEVICES += asus_gt-ac5300
|
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
|
define Device/netgear_r8000p
|
||||||
DEVICE_VENDOR := Netgear
|
DEVICE_VENDOR := Netgear
|
||||||
DEVICE_MODEL := R8000P
|
DEVICE_MODEL := R8000P
|
||||||
|
Loading…
Reference in New Issue
Block a user