ralink: add support for 2 new mt7620 boards made by buffalo
[openwrt/openwrt.git] / target / linux / ramips / base-files / etc / uci-defaults / 02_network
index 0184ef4df7c138c2061f223985339d6b54e58460..9026700ac95321b1bc824ed5d8502e0459a7eac8 100755 (executable)
@@ -43,6 +43,9 @@ ramips_setup_interfaces()
        all5003 | \
        awm002-evb | \
        broadway | \
+       dcs-930| \
+       mpr-a1 | \
+       mpr-a2 | \
        wnce2001)
                ucidef_add_switch "switch0" "1" "0"
                ucidef_set_interface_lan "eth0"
@@ -143,6 +146,11 @@ ramips_setup_interfaces()
                ucidef_set_interface_lan "eth0"
                ;;
 
+       whr-300hp2 |\
+       whr-600d)
+               ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+               ;;
+       
        *)
                RT3X5X=`cat /proc/cpuinfo | egrep "(RT3.5|RT5350)"`
                if [ -n "${RT3X5X}" ]; then