make use of the adm6996 switch for atheros devices that support it (autodetected...
[openwrt/svn-archive/archive.git] / target / linux / atheros / base-files / etc / uci-defaults / network
diff --git a/target/linux/atheros/base-files/etc/uci-defaults/network b/target/linux/atheros/base-files/etc/uci-defaults/network
new file mode 100644 (file)
index 0000000..e2fe6cd
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+if [ -e "/sys/bus/mdio_bus/drivers/Infineon ADM6996/0:00" ]; then
+       uci batch <<EOF
+set network.lan.ifname=eth0.0
+set network.wan=interface
+set network.wan.ifname=eth0.1
+set network.wan.proto=dhcp
+commit network
+EOF
+fi