ixp4xx-2.6: Removed the network config override file, cause we agreed that ixp4xx images should behave like all other openwrt images. So ixp4xx images are static 192.168.1.1 on lan now instead of dhcp.
SVN-Revision: 7991
This commit is contained in:
parent
81c3675f94
commit
10a1356827
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
# Network configuration file
|
|
||||||
|
|
||||||
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 eth0
|
|
||||||
option proto dhcp
|
|
Loading…
Reference in a new issue