diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-10 11:54:21 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-10 11:54:21 +0000 |
commit | d3068671ac813195ec23388e28c48998e0a4335a (patch) | |
tree | f843a4bd784f4e7b267d3cfcf07d0b1a4f7ec2c1 /target/linux/orion/base-files | |
parent | 0e152aef966aa73b0eaf3242fbc36bbdd40b5c0a (diff) |
upgrade orion to 2.6.28-rc7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13580 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion/base-files')
-rw-r--r-- | target/linux/orion/base-files/etc/config/network | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/orion/base-files/etc/config/network b/target/linux/orion/base-files/etc/config/network new file mode 100644 index 000000000..e7fdecd0e --- /dev/null +++ b/target/linux/orion/base-files/etc/config/network @@ -0,0 +1,22 @@ +# Copyright (C) 2008 OpenWrt.org + +config interface loopback + option ifname lo + option proto static + option ipaddr 127.0.0.1 + option netmask 255.0.0.0 + +config interface eth0 + option ifname eth0 + +config interface wan + option ifname wan + option proto dhcp + option hostname openwrt + +config interface lan + option ifname "lan1 lan2 lan3 lan4" + option type bridge + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0 |