ramips: fix mac address of miwifi-mini
authorBangLang Huang <banglang.huang@foxmail.com>
Wed, 18 Jan 2017 09:45:48 +0000 (17:45 +0800)
committerJohn Crispin <john@phrozen.org>
Wed, 18 Jan 2017 11:05:14 +0000 (12:05 +0100)
For the miwifi-mini, the offset of ethernet mac should be 0x28
which you can easyily dump from 'Factory' partition.

Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
target/linux/ramips/base-files/etc/board.d/02_network
target/linux/ramips/dts/MIWIFI-MINI.dts

index 2d8d8edc29d4a027220b56e18537e2390c87e491..e037cbce32b46811fa27c345e6675c3716c7e815 100755 (executable)
@@ -357,6 +357,10 @@ ramips_setup_macs()
                lan_mac=$(mtd_get_mac_binary factory_info 13)
                wan_mac=$(macaddr_add "$lan_mac" 1)
                ;;
+       miwifi-mini)
+               wan_mac=$(cat /sys/class/net/eth0/address)
+               lan_mac=$(macaddr_setbit_la "$wan_mac")
+               ;;
        m3|\
        m4|\
        x5|\
index 0cd511c4fae5c952b2d0ab5c5898841e55377013..6d8b28c3ccb9ff5d12b4c0909a483488a7066d10 100644 (file)
 &ethernet {
        pinctrl-names = "default";
        pinctrl-0 = <&ephy_pins>;
-       mtd-mac-address = <&factory 0x4>;
+       mtd-mac-address = <&factory 0x28>;
        mediatek,portmap = "llllw";
 };