imx6: fix platform checking
[openwrt.git] / target / linux / imx6 / base-files / etc / uci-defaults / 02_network
index 64e060a..bf83063 100644 (file)
@@ -15,15 +15,16 @@ board=$(imx6_board_name)
 ucidef_set_interface_loopback
 
 case "$board" in
-"gw51xx" |\
-"gw52xx")
+*gw51xx |\
+*gw52xx)
        ucidef_set_interface_lan 'eth0'
        ;;
-"gw53xx" |\
-"gw54xx")
+*gw53xx |\
+*gw54xx |\
+*gw552x)
        ucidef_set_interfaces_lan_wan 'eth0' 'eth1'
        ;;
-"wandboard")
+*wandboard)
        ucidef_set_interface_wan 'eth0'
        ;;
 esac