diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-11 19:49:50 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-11 19:49:50 +0000 |
commit | 8bf3912e535268a65fed42d8a850cfe13ec47ea3 (patch) | |
tree | bbe0ba5a36b5eac782809bd5b644f4aacd90d8b4 /target/linux/iop32x-2.6/base-files/default/etc | |
parent | 2d2c340145271dafcb8c9236bb050738a5bdaeed (diff) |
add preliminary IOP32x support, mark it broken for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6557 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/iop32x-2.6/base-files/default/etc')
-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 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 |