1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-05 18:51:17 +02:00
openwrt/target/linux/atheros/base-files/etc/uci-defaults/network
2008-04-20 08:39:16 +00:00

12 lines
290 B
Bash

#!/bin/sh
if [ -e "/sys/bus/mdio_bus/drivers/Infineon ADM6996/0:00" -o \
-e "/sys/bus/mdio_bus/drivers/Marvell 88E6060/0:1f" ]; 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