forked from Ivasoft/openwrt
Remove some configuration files, workarounds are now in the ethernet driver, thanks sn9
SVN-Revision: 13062
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
# Copyright (C) 2008 OpenWrt.org
|
||||
|
||||
config interface loopback
|
||||
option ifname lo
|
||||
option proto static
|
||||
option ipaddr 127.0.0.1
|
||||
option netmask 255.0.0.0
|
||||
|
||||
config interface lan
|
||||
option ifname eth1
|
||||
option type bridge
|
||||
option proto static
|
||||
option ipaddr 192.168.1.1
|
||||
option netmask 255.255.255.0
|
||||
|
||||
config interface wan
|
||||
option ifname eth0
|
||||
option proto dhcp
|
||||
|
||||
Reference in New Issue
Block a user