The MAC addresses for lan/wan are swapped compared to the vendor
firmware. This adjusts to vendor configuration, which is:
lan *:7b label
wan *:7c label+1
2.4g *:7b label
5g *:7a label-1
Only one address is stored in <&mac 0x8>, corresponding to the label.
This has been checked on revisions v1, v2 and v3.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
led-failsafe = &led_power;
led-running = &led_power;
led-upgrade = &led_power;
- label-mac-device = ð0;
+ label-mac-device = ð1;
};
keys {
phy-handle = <&swphy4>;
mtd-mac-address = <&mac 0x8>;
+ mtd-mac-address-increment = <1>;
};
ð1 {
status = "okay";
mtd-mac-address = <&mac 0x8>;
- mtd-mac-address-increment = <1>;
};
&wmac {