//Enable eth and set MAC/switch defaults
ðernet {
status = "okay";
//it's useless because your factory is empty and MAC is incorrect
//but linux define random MAC if invalid
mtd-mac-address = <&factory 0x4>;
mediatek,portmap = "wllll";
};
This has worked well until now, from the V19
I don't understand the differences, if the cause are changes in the versions.
If someone can help me.
And I have a question.
The board.json file is created at the boot ?
If I edit 02_network on the targhet and reboot unit, i can see effect of the change on the luci page and on the board.json file ?
There is only 1 LAN-Port, right? Are you sure the switch is used at all? Take the TP-Link RE200v1 for instance, the switch is disabled there. In this case you would remove the portmap from the dts and add your geva,batterypoe case to 02_ethernet in the tplink,re200v1 stanza.
Switch is inside chipset.
Chip has 5 port, but I have only connected one.
I have used wan, thinking it had better performance.
But I remind you that everything worked fine in previous versions of Openwrt
That doesn't mean that it was properly configured. I'm out of ideas then, the RE200v1 was the last device with an mt7620a that I worked with. You might get more/better responses if you post your question to the mailing list instead.