From: Gabor Juhos Date: Tue, 10 Mar 2009 08:14:26 +0000 (+0000) Subject: tew-632brp: add default network configuration X-Git-Tag: reboot~24257 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ceb3b8c8376374cfcd04691450551861805b063a;p=openwrt%2Fopenwrt.git tew-632brp: add default network configuration SVN-Revision: 14830 --- 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