ipq806x: Add support for Netgear D7800
[openwrt.git] / target / linux / ipq806x / base-files / etc / board.d / 02_network
index ffa3b28..6e18297 100755 (executable)
@@ -4,17 +4,16 @@
 # Copyright (c) 2011-2015 OpenWrt.org
 #
 
-. /lib/functions/uci-defaults-new.sh
+. /lib/functions/uci-defaults.sh
 . /lib/ipq806x.sh
 
 board_config_update
 
-ucidef_set_interface_loopback
-
 board=$(ipq806x_board_name)
 
 case "$board" in
 ap148 |\
+d7800 |\
 r7500)
        ucidef_add_switch "switch0" \
                "1:lan" "2:lan" "3:lan" "4:lan" "6@eth1" "5:wan" "0@eth0"