diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-07-16 03:30:02 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-07-16 03:30:02 +0000 |
commit | 10a1356827e04b0122cd119960294d51c8dba155 (patch) | |
tree | 464ff662087127c3c6f7046bb35d6e3cb5dbdbcb /target/linux/ixp4xx-2.6/base-files/default/etc | |
parent | 81c3675f943a709622cddd400b8fe31a08b083cb (diff) | |
download | mtk-20170518-10a1356827e04b0122cd119960294d51c8dba155.zip mtk-20170518-10a1356827e04b0122cd119960294d51c8dba155.tar.gz mtk-20170518-10a1356827e04b0122cd119960294d51c8dba155.tar.bz2 |
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
Diffstat (limited to 'target/linux/ixp4xx-2.6/base-files/default/etc')
-rw-r--r-- | target/linux/ixp4xx-2.6/base-files/default/etc/config/network | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/ixp4xx-2.6/base-files/default/etc/config/network b/target/linux/ixp4xx-2.6/base-files/default/etc/config/network deleted file mode 100644 index 1d9b55b..0000000 --- a/target/linux/ixp4xx-2.6/base-files/default/etc/config/network +++ /dev/null @@ -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 |