diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-03-11 19:49:50 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-03-11 19:49:50 +0000 |
commit | ee653e370040b09128f160968fe8fc1066eb40db (patch) | |
tree | 11cd2aa8dbf6dea34e90b80158012e61adfc8fd3 /target/linux/iop32x-2.6/base-files | |
parent | e50a89989b5625cee22b6d63c2c9c2a57bd13032 (diff) | |
download | mtk-20170518-ee653e370040b09128f160968fe8fc1066eb40db.zip mtk-20170518-ee653e370040b09128f160968fe8fc1066eb40db.tar.gz mtk-20170518-ee653e370040b09128f160968fe8fc1066eb40db.tar.bz2 |
add preliminary IOP32x support, mark it broken for now
SVN-Revision: 6557
Diffstat (limited to 'target/linux/iop32x-2.6/base-files')
-rw-r--r-- | target/linux/iop32x-2.6/base-files/default/etc/config/network | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/iop32x-2.6/base-files/default/etc/config/network b/target/linux/iop32x-2.6/base-files/default/etc/config/network new file mode 100644 index 0000000..1d9b55b --- /dev/null +++ b/target/linux/iop32x-2.6/base-files/default/etc/config/network @@ -0,0 +1,11 @@ +# 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 |