diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-04-13 14:28:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-04-13 14:28:40 +0000 |
commit | 8f766cb0aabd8863f23f82addb4d8d0302e0e02f (patch) | |
tree | 6621950a297c7f45cb4d7383ddccdf32f4ab61b3 /openwrt/target/linux | |
parent | 6e0e080e315ac9fde89495183c939ab5f491ad1c (diff) | |
download | mtk-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/network | 2 |
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" |