From: Gabor Juhos Date: Tue, 24 Feb 2009 18:19:02 +0000 (+0000) Subject: [ar71xx] add default network configuration for the TL-WR941ND board X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=504d94b6e941cd58f2e0df9045b828b468625f6c;hp=978151af3b84d9784b76e1385176563ca657bcab [ar71xx] add default network configuration for the TL-WR941ND board SVN-Revision: 14654 --- diff --git a/target/linux/ar71xx/base-files/etc/config/defaults/tl-wr941nd/network b/target/linux/ar71xx/base-files/etc/config/defaults/tl-wr941nd/network new file mode 100644 index 0000000000..65f6c3fc67 --- /dev/null +++ b/target/linux/ar71xx/base-files/etc/config/defaults/tl-wr941nd/network @@ -0,0 +1,19 @@ +config interface loopback + option ifname lo + option proto static + option ipaddr 127.0.0.1 + option netmask 255.0.0.0 + +config interface eth + option ifname eth0 + +config interface lan + option ifname "lan1 lan2 lan3 lan4" + option type bridge + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0 + +config interface wan + option ifname wan + option proto dhcp