jh71x0: add lan_wan settings for VF2 boards
[openwrt/staging/wigyori.git] / target / linux / jh71x0 / base-files / etc / board.d / 02_network
index ca9f7f200808e768779989402d50a8d02809885e..bd9947ad49f26ffb0277b090d61008ac067ad716 100644 (file)
@@ -8,6 +8,10 @@
 board_config_update
 
 case "$(board_name)" in
+starfive,visionfive-2-v1.3b|\
+starfive,visionfive-2-v1.2a)
+       ucidef_set_interfaces_lan_wan "eth0" "eth1"
+       ;;
 *)
        ucidef_set_interface_lan 'eth0'
        ;;