diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-25 16:48:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-25 16:48:56 +0000 |
commit | 8e0e4cb3d8c6a06815404d25625488d2bc019d96 (patch) | |
tree | 08f45287fbe292fe1be3d18c9eed349430bb01e9 /target/linux/ar71xx/base-files | |
parent | 0e8a23d053a4cf9f5d452e9decf2bf1dbf891dc2 (diff) | |
download | upstream-8e0e4cb3d8c6a06815404d25625488d2bc019d96.tar.gz upstream-8e0e4cb3d8c6a06815404d25625488d2bc019d96.tar.bz2 upstream-8e0e4cb3d8c6a06815404d25625488d2bc019d96.zip |
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/network | 16 |
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 0000000000..2d4d8e0121 --- /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 |