summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/linux/atheros/base-files/etc/uci-defaults/network10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/atheros/base-files/etc/uci-defaults/network b/target/linux/atheros/base-files/etc/uci-defaults/network
index 4f6ff61790..68b9a2a27d 100644
--- a/target/linux/atheros/base-files/etc/uci-defaults/network
+++ b/target/linux/atheros/base-files/etc/uci-defaults/network
@@ -8,6 +8,7 @@ set network.wan=interface
set network.wan.ifname=eth0.2
set network.wan.proto=dhcp
EOF
+ HAS_SWITCH=1
fi
if [ -e "/sys/bus/mdio_bus/drivers/IC+ IP175C/0:00" ]; then
@@ -24,6 +25,15 @@ set network.eth0_2.device=eth0
set network.eth0_2.vlan=2
set network.eth0_2.ports="4 5t"
EOF
+ HAS_SWITCH=1
fi
+[ -z "$HAS_SWITCH" -a -d /sys/class/net/eth1 ] && {
+ uci batch <<EOF
+set network.wan=interface
+set network.wan.ifname=eth1
+set network.wan.proto=dhcp
+EOF
+}
+
uci commit network