ipq806x: add support for Netgear Nighthawk X4 R7500
[openwrt/openwrt.git] / target / linux / ipq806x / base-files / etc / uci-defaults / network
index 34e9fe482b458f9c0767b2dd74fee52ade74f2e2..7742b7301da2d7ddb13f36f3e0a333e702ab34cb 100755 (executable)
@@ -16,12 +16,19 @@ ucidef_set_interface_loopback
 board=$(ipq806x_board_name)
 
 case "$board" in
-ap148)
+ap148 |\
+r7500)
        ucidef_set_interfaces_lan_wan "eth1" "eth0"
        ucidef_add_switch "switch0" "1" "1"
        ucidef_add_switch_vlan "switch0" "1" "6 1 2 3 4"
        ucidef_add_switch_vlan "switch0" "2" "0 5"
        ;;
+db149)
+       ucidef_set_interfaces_lan_wan "eth1 eth2 eth3" "eth0"
+       ucidef_add_switch "switch0" "1" "1"
+       ucidef_add_switch_vlan "switch0" "1" "6 1 2 3 4"
+       ucidef_add_switch_vlan "switch0" "2" "0 5"
+       ;;
 *)
        echo "Unsupported hardware. Network interfaces not intialized"
        ;;