diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-22 20:19:23 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-22 20:19:23 +0000 |
commit | 6623e9fd706ad3c7351e376b065b04c6e1595062 (patch) | |
tree | e4c519a417db9b915b602e6217530958792351aa /target/linux/atheros/base-files/etc/uci-defaults | |
parent | 6417f404c65afec3c0d0fcb787873585f0d4e813 (diff) |
atheros: in later kernels, vlan 0 no longer works as expected, switch to (1,2) instead of (0,1) for lan/wan
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14981 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/base-files/etc/uci-defaults')
-rw-r--r-- | target/linux/atheros/base-files/etc/uci-defaults/network | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros/base-files/etc/uci-defaults/network b/target/linux/atheros/base-files/etc/uci-defaults/network index 63bc5416b3..fa97109404 100644 --- a/target/linux/atheros/base-files/etc/uci-defaults/network +++ b/target/linux/atheros/base-files/etc/uci-defaults/network @@ -2,9 +2,9 @@ if [ -e "/sys/bus/mdio_bus/drivers/Infineon ADM6996/0:00" -o \ -e "/sys/bus/mdio_bus/drivers/Marvell 88E6060/0:10" ]; then uci batch <<EOF -set network.lan.ifname=eth0.0 +set network.lan.ifname=eth0.1 set network.wan=interface -set network.wan.ifname=eth0.1 +set network.wan.ifname=eth0.2 set network.wan.proto=dhcp commit network EOF |