summaryrefslogtreecommitdiff
path: root/openwrt/target/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-04-13 14:28:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-04-13 14:28:40 +0000
commit8f766cb0aabd8863f23f82addb4d8d0302e0e02f (patch)
tree6621950a297c7f45cb4d7383ddccdf32f4ab61b3 /openwrt/target/linux
parent6e0e080e315ac9fde89495183c939ab5f491ad1c (diff)
downloadmtk-20170518-8f766cb0aabd8863f23f82addb4d8d0302e0e02f.zip
mtk-20170518-8f766cb0aabd8863f23f82addb4d8d0302e0e02f.tar.gz
mtk-20170518-8f766cb0aabd8863f23f82addb4d8d0302e0e02f.tar.bz2
fix default interface name for ar7
SVN-Revision: 3632
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r--openwrt/target/linux/package/base-files/files/ar7-2.4/etc/config/network2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/base-files/files/ar7-2.4/etc/config/network b/openwrt/target/linux/package/base-files/files/ar7-2.4/etc/config/network
index a1fc60a..9caafae 100644
--- a/openwrt/target/linux/package/base-files/files/ar7-2.4/etc/config/network
+++ b/openwrt/target/linux/package/base-files/files/ar7-2.4/etc/config/network
@@ -2,7 +2,7 @@
# Uncomment the following statements to change the network configuration
## LAN configuration
-lan_ifname="br0"
+lan_ifname="eth0"
lan_proto="static"
lan_ipaddr="192.168.1.1"
lan_netmask="255.255.255.0"