diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-03-10 08:14:26 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-03-10 08:14:26 +0000 |
commit | 46ee5d19027cf739e6c4b034d4c4048d1803e8be (patch) | |
tree | 48430364ad85a5d5af49dc33516f885b8b8f55c2 /target/linux | |
parent | 83c9f9cae52d2bc9c8cf0012b983fdfaa9202ad7 (diff) | |
download | upstream-46ee5d19027cf739e6c4b034d4c4048d1803e8be.tar.gz upstream-46ee5d19027cf739e6c4b034d4c4048d1803e8be.tar.bz2 upstream-46ee5d19027cf739e6c4b034d4c4048d1803e8be.zip |
[ar71xx] tew-632brp: add default network configuration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14830 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network b/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network new file mode 100644 index 0000000000..2d4d8e0121 --- /dev/null +++ b/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/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 |