aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/iop32x-2.6/base-files
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-03-11 19:49:50 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-03-11 19:49:50 +0000
commitee653e370040b09128f160968fe8fc1066eb40db (patch)
tree11cd2aa8dbf6dea34e90b80158012e61adfc8fd3 /target/linux/iop32x-2.6/base-files
parente50a89989b5625cee22b6d63c2c9c2a57bd13032 (diff)
downloadupstream-ee653e370040b09128f160968fe8fc1066eb40db.tar.gz
upstream-ee653e370040b09128f160968fe8fc1066eb40db.tar.bz2
upstream-ee653e370040b09128f160968fe8fc1066eb40db.zip
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/network11
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 0000000000..1d9b55b2d3
--- /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