2
0
forked from Ivasoft/openwrt

ar71xx: add support for the TP-Link TL-WA901ND v2 board

Patch-by: Jonathan Benett <jbscience87@gmail.com>

SVN-Revision: 26119
This commit is contained in:
Gabor Juhos
2011-03-13 15:08:31 +00:00
parent 72b3c18da1
commit 8eb616de82
12 changed files with 177 additions and 1 deletions

View File

@@ -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'