From 85cd39878dfe92c1b403b8833ed6b5b9d2409390 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 21 Jul 2005 16:57:12 +0000 Subject: fix firewall script, add ar7 network if into the bridge by default SVN-Revision: 1522 --- openwrt/target/linux/package/openwrt/files/network.overrides.ar7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/target/linux') diff --git a/openwrt/target/linux/package/openwrt/files/network.overrides.ar7 b/openwrt/target/linux/package/openwrt/files/network.overrides.ar7 index dc58a7e..e857d5b 100644 --- a/openwrt/target/linux/package/openwrt/files/network.overrides.ar7 +++ b/openwrt/target/linux/package/openwrt/files/network.overrides.ar7 @@ -7,7 +7,7 @@ [ -f /etc/sysconf ] && . /etc/sysconf DEFAULT_lan_proto="static" -DEFAULT_lan_ifname="eth0" +DEFAULT_lan_ifname="br0" DEFAULT_lan_ifnames="eth0" DEFAULT_lan_ipaddr=${BR2_SYSCONF_FAILSAFE_IP:-"192.168.1.1"} DEFAULT_lan_netmask=${BR2_SYSCONF_FAILSAFE_NETMASK:-"255.255.255.0"} -- cgit v1.1