aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2009-10-02 08:09:27 +0000
committerJohn Crispin <john@openwrt.org>2009-10-02 08:09:27 +0000
commit696c29fa4d08971bdfff339e0a486a61441576e8 (patch)
tree89822e8a29e60514cedb7fd9427070de042a4388 /target/linux/ifxmips/base-files
parentb88e08839a8f61f2c9829ba6c9e37b4d60b84b62 (diff)
downloadupstream-696c29fa4d08971bdfff339e0a486a61441576e8.tar.gz
upstream-696c29fa4d08971bdfff339e0a486a61441576e8.tar.bz2
upstream-696c29fa4d08971bdfff339e0a486a61441576e8.zip
bump ifxmips to .30
SVN-Revision: 17817
Diffstat (limited to 'target/linux/ifxmips/base-files')
-rw-r--r--target/linux/ifxmips/base-files/etc/config/network27
1 files changed, 27 insertions, 0 deletions
diff --git a/target/linux/ifxmips/base-files/etc/config/network b/target/linux/ifxmips/base-files/etc/config/network
new file mode 100644
index 0000000000..8f5624b4af
--- /dev/null
+++ b/target/linux/ifxmips/base-files/etc/config/network
@@ -0,0 +1,27 @@
+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 type bridge
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0
+
+config atm-bridge
+ option unit 0
+ option encaps llc
+ option vpi 1
+ option vci 32
+ option payload bridged # some ISPs need this set to 'routed'
+
+config interface wan
+ option ifname nas0
+ option proto pppoe
+ option username ""
+ option password ""
+ option defaultroute 0
+ option unit 1