aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/defconfig/tl-wa901nd-v2/network
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-03-13 15:08:31 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-03-13 15:08:31 +0000
commit8eb616de8248f4e85b392ae0dd9b037dfc011202 (patch)
treea679b05326791fdd4994d6791c9f56cb972ef186 /target/linux/ar71xx/base-files/etc/defconfig/tl-wa901nd-v2/network
parent72b3c18da19cbc5571a855c6ab3bfd14c7c84301 (diff)
downloadupstream-8eb616de8248f4e85b392ae0dd9b037dfc011202.tar.gz
upstream-8eb616de8248f4e85b392ae0dd9b037dfc011202.tar.bz2
upstream-8eb616de8248f4e85b392ae0dd9b037dfc011202.zip
ar71xx: add support for the TP-Link TL-WA901ND v2 board
Patch-by: Jonathan Benett <jbscience87@gmail.com> SVN-Revision: 26119
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/defconfig/tl-wa901nd-v2/network')
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/tl-wa901nd-v2/network11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/tl-wa901nd-v2/network b/target/linux/ar71xx/base-files/etc/defconfig/tl-wa901nd-v2/network
new file mode 100644
index 0000000000..31780bcb84
--- /dev/null
+++ b/target/linux/ar71xx/base-files/etc/defconfig/tl-wa901nd-v2/network
@@ -0,0 +1,11 @@
+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'
+ option 'proto' 'static'
+ option 'ipaddr' '192.168.1.1'
+ option 'netmask' '255.255.255.0'