diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-08 14:06:18 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-08 14:06:18 +0000 |
commit | 1b18fb38dc7e0ff0fb1e086a7d05654be068ce7c (patch) | |
tree | 259e7107b64aaddae82b9fc12db5e211f66be900 /target/linux/ar71xx/base-files/etc/defconfig | |
parent | b9c2e351d580abd4a18ad632920535c691542a83 (diff) |
ar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the wrt160nl, fixes wan port detection (#6309)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18699 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/defconfig')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/defconfig/wrt160nl/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/wrt160nl/network b/target/linux/ar71xx/base-files/etc/defconfig/wrt160nl/network index 24fca7208..974119bd9 100644 --- a/target/linux/ar71xx/base-files/etc/defconfig/wrt160nl/network +++ b/target/linux/ar71xx/base-files/etc/defconfig/wrt160nl/network @@ -15,7 +15,7 @@ config interface wan option ifname eth1 option proto dhcp -config switch eth1 +config switch eth0 option reset 1 option enable_vlan 1 |