ramips: add LinkIt Smart7688 support
[15.05/openwrt.git] / target / linux / ramips / base-files / etc / board.d / 02_network
index 6affe9f..19ef3f7 100755 (executable)
@@ -45,6 +45,8 @@ ramips_setup_interfaces()
 
        3g150b | \
        3g300m | \
+       linkits7688 | \
+       linkits7688d | \
        microwrt | \
        w150m | \
        zte-q7 | \
@@ -377,6 +379,11 @@ ramips_setup_macs()
                wan_mac="$(grep -m1 mac= "/dev/mtd${index}" | cut -d= -f2)"
                lan_mac=$wan_mac
                ;;
+       linkits7688 | \
+       linkits7688d)
+               wan_mac=$(mtd_get_mac_binary factory 4)
+               lan_mac=$(mtd_get_mac_binary factory 46)
+               ;;
        *)
                lan_mac=$(cat /sys/class/net/eth0/address)
                wan_mac=$(macaddr_add "$lan_mac" 1)