summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-25 16:48:56 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-25 16:48:56 +0000
commit8e0e4cb3d8c6a06815404d25625488d2bc019d96 (patch)
tree08f45287fbe292fe1be3d18c9eed349430bb01e9 /target/linux/ar71xx/base-files
parent0e8a23d053a4cf9f5d452e9decf2bf1dbf891dc2 (diff)
downloadmtk-20170518-8e0e4cb3d8c6a06815404d25625488d2bc019d96.zip
mtk-20170518-8e0e4cb3d8c6a06815404d25625488d2bc019d96.tar.gz
mtk-20170518-8e0e4cb3d8c6a06815404d25625488d2bc019d96.tar.bz2
mzk-w04nu: enable the ar8216 chip workaround, and add a default network configuration file
SVN-Revision: 14656
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rw-r--r--target/linux/ar71xx/base-files/etc/config/defaults/mzk-w04nu/network16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/config/defaults/mzk-w04nu/network b/target/linux/ar71xx/base-files/etc/config/defaults/mzk-w04nu/network
new file mode 100644
index 0000000..2d4d8e0
--- /dev/null
+++ b/target/linux/ar71xx/base-files/etc/config/defaults/mzk-w04nu/network
@@ -0,0 +1,16 @@
+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 interface wan
+ option ifname eth1
+ option proto dhcp