diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-08 22:22:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-08 22:22:16 +0000 |
commit | e0042b55eabf8f5873a6f165c4821852604c71f5 (patch) | |
tree | 3ba852ac993b0d164e9af29c184d3dcfd153baff /target | |
parent | cc7827d993286cac0d4aadebda391a3830c0f31d (diff) | |
download | upstream-e0042b55eabf8f5873a6f165c4821852604c71f5.tar.gz upstream-e0042b55eabf8f5873a6f165c4821852604c71f5.tar.bz2 upstream-e0042b55eabf8f5873a6f165c4821852604c71f5.zip |
fix default network config after r18699
SVN-Revision: 18708
Diffstat (limited to 'target')
-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 974119bd9b..f670d149cb 100644 --- a/target/linux/ar71xx/base-files/etc/defconfig/wrt160nl/network +++ b/target/linux/ar71xx/base-files/etc/defconfig/wrt160nl/network @@ -20,6 +20,6 @@ config switch eth0 option enable_vlan 1 config switch_vlan - option device eth1 + option device eth0 option vlan 1 option ports "0 1 2 3 4 5" |