2
0
forked from Ivasoft/openwrt

ar71xx: add support for the tp-link tl-wa901nd devices (patch by Pieter "Fate" Hollants, from #7528, without the ethernet fifo cfg values)

SVN-Revision: 22353
This commit is contained in:
Felix Fietkau
2010-07-22 12:37:44 +00:00
parent d4d6fefdf2
commit 900aaa919b
14 changed files with 197 additions and 1 deletions

View File

@@ -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 eth
option ifname eth0
option proto none
config interface lan
option ifname lan
option type bridge
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0