ralink: fix up dts for mt7621 eval board
[openwrt.git] / target / linux / ramips / base-files / etc / board.d / 02_network
index 52e27c5..c5957b3 100755 (executable)
@@ -115,6 +115,8 @@ ramips_setup_interfaces()
        dir-320-b1 | \
        dir-615-h1 | \
        hlk-rm04 | \
+       mt7621 | \
+       mt7628 | \
        mzk-w300nh2 | \
        mzk-750dhp | \
        whr-300hp2 | \
@@ -221,6 +223,7 @@ ramips_setup_interfaces()
                ucidef_set_interface_lan "eth0"
                ;;
 
+       e1700 | \
        mt7620a_mt7530)
                ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
                ucidef_add_switch "switch1" "1" "1"
@@ -302,6 +305,10 @@ ramips_setup_macs()
                wan_mac=$(mtd_get_mac_ascii nvram wanmac)
                ;;
 
+       e1700)
+               wan_mac=$(mtd_get_mac_ascii config WAN_MAC_ADDR)
+               ;;
+
        wcr-150gn)
                 wan_mac=$(mtd_get_mac_binary factory 40)
                ;;