mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-30 21:13:07 +01:00
mediatek: filogic: Add label wan and cpu for Zyxel EX5601-T0
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Add labels wan and cpu for ethernet ports. Signed-off-by: Paweł Owoc <frut3k7@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19968 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
9ed4d27fbf
commit
f26260c7e7
2 changed files with 2 additions and 3 deletions
|
|
@ -206,6 +206,7 @@
|
|||
gmac1: mac@1 {
|
||||
compatible = "mediatek,eth-mac";
|
||||
reg = <1>;
|
||||
label = "wan";
|
||||
phy-mode = "2500base-x";
|
||||
phy = <&phy6>;
|
||||
|
||||
|
|
|
|||
|
|
@ -63,9 +63,7 @@ mediatek_setup_interfaces()
|
|||
ruijie,rg-x60-pro|\
|
||||
unielec,u7981-01*|\
|
||||
zbtlink,zbt-z8102ax|\
|
||||
zbtlink,zbt-z8102ax-v2|\
|
||||
zyxel,ex5601-t0-stock|\
|
||||
zyxel,ex5601-t0-ubootmod)
|
||||
zbtlink,zbt-z8102ax-v2)
|
||||
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" eth1
|
||||
;;
|
||||
asus,tuf-ax6000|\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue