treewide: convert MAC address location offsets to hexadecimal
[openwrt/staging/stintel.git] / target / linux / ipq40xx / base-files / etc / board.d / 02_network
index 6a7b09cc603a245e98c37305c1f25c2cc11694ae..e5ba7260f3bcd4168def852d77646d2afc5ac947 100755 (executable)
@@ -74,8 +74,8 @@ ipq40xx_setup_macs()
        case "$board" in
        asus,rt-ac58u)
                CI_UBIPART=UBI_DEV
-               wan_mac=$(mtd_get_mac_binary_ubi Factory 20486)
-               lan_mac=$(mtd_get_mac_binary_ubi Factory 4102)
+               wan_mac=$(mtd_get_mac_binary_ubi Factory 0x5006)
+               lan_mac=$(mtd_get_mac_binary_ubi Factory 0x1006)
                ;;
        engenius,ens620ext)
                wan_mac=$(mtd_get_mac_ascii u-boot-env ethaddr)