diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-24 18:19:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-24 18:19:02 +0000 |
commit | 9da4abfe58715c6b435fe22ddb52bacbb8464c61 (patch) | |
tree | 537ba4f0ffc13abb461f588b7b3392011bd6f441 /target/linux/ar71xx/base-files | |
parent | 9be9eb8ab1db4f28a839170f0d17a40cc2f6123a (diff) | |
download | upstream-9da4abfe58715c6b435fe22ddb52bacbb8464c61.tar.gz upstream-9da4abfe58715c6b435fe22ddb52bacbb8464c61.tar.bz2 upstream-9da4abfe58715c6b435fe22ddb52bacbb8464c61.zip |
add default network configuration for the TL-WR941ND board
SVN-Revision: 14654
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/config/defaults/tl-wr941nd/network | 19 |
1 files changed, 19 insertions, 0 deletions
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 |