aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/base-files/etc
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-12-10 11:54:21 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-12-10 11:54:21 +0000
commitffaea06c6eca1ed81364ac7fde516390629aba8c (patch)
treef843a4bd784f4e7b267d3cfcf07d0b1a4f7ec2c1 /target/linux/orion/base-files/etc
parentc05dbaa960bbc79e28f18cb43ad15349dd646149 (diff)
downloadmaster-187ad058-ffaea06c6eca1ed81364ac7fde516390629aba8c.tar.gz
master-187ad058-ffaea06c6eca1ed81364ac7fde516390629aba8c.tar.bz2
master-187ad058-ffaea06c6eca1ed81364ac7fde516390629aba8c.zip
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/etc')
-rw-r--r--target/linux/orion/base-files/etc/config/network22
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 0000000000..e7fdecd0e0
--- /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