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
master
Rod Whitby 17 years ago
parent 81c3675f94
commit 10a1356827
  1. 11
      target/linux/ixp4xx-2.6/base-files/default/etc/config/network

@ -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…
Cancel
Save