|
@@ -1,9 +1,14 @@
|
|
#!/bin/sh
|
|
#!/bin/sh
|
|
|
|
|
|
-. /lib/functions/uci-defaults.sh
|
|
|
|
|
|
+. /lib/functions/uci-defaults-new.sh
|
|
|
|
+
|
|
|
|
+board_config_udpate
|
|
|
|
|
|
-ucidef_set_interface_loopback
|
|
|
|
ucidef_set_interface_wan "eth0"
|
|
ucidef_set_interface_wan "eth0"
|
|
if [ -d "/sys/class/net/eth1" ]; then
|
|
if [ -d "/sys/class/net/eth1" ]; then
|
|
ucidef_set_interface_lan "eth1"
|
|
ucidef_set_interface_lan "eth1"
|
|
fi
|
|
fi
|
|
|
|
+
|
|
|
|
+board_config_flush
|
|
|
|
+
|
|
|
|
+exit 0
|