malta: switch from uci-defaults to board.d
[openwrt.git] / target / linux / malta / base-files / etc / board.d / 02_network
diff --git a/target/linux/malta/base-files/etc/board.d/02_network b/target/linux/malta/base-files/etc/board.d/02_network
new file mode 100755 (executable)
index 0000000..394d12b
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+. /lib/functions/uci-defaults-new.sh
+
+board_config_udpate
+
+ucidef_set_interface_wan "eth0"
+if [ -d "/sys/class/net/eth1" ]; then
+       ucidef_set_interface_lan "eth1"
+fi
+
+board_config_flush
+
+exit 0