mediatek: fix ct3003, jcg q30 hnat settings

This commit is contained in:
hanwckf 2023-10-26 00:19:59 +08:00
parent 33f15e3224
commit 08c62ad2d0
2 changed files with 10 additions and 8 deletions

View File

@ -179,9 +179,10 @@
};
&hnat {
mtketh-wan = "eth1";
mtketh-wan = "eth0.2";
mtketh-ppd = "eth0.1"
mtketh-lan = "eth0";
mtketh-max-gmac = <2>;
mtketh-max-gmac = <1>;
status = "okay";
};

View File

@ -174,9 +174,10 @@
};
&hnat {
mtketh-wan = "eth1";
mtketh-wan = "eth0.2";
mtketh-ppd = "eth0.1"
mtketh-lan = "eth0";
mtketh-max-gmac = <2>;
mtketh-max-gmac = <1>;
status = "okay";
};