2
0
forked from Ivasoft/openwrt

ar71xx: add support for the Senao EAP7660D board

This patch adds support for the Senao EAP7660D board to trunk.

Signed-off-by: Daniel Golle <daniel.golle@gmail.com>

SVN-Revision: 21837
This commit is contained in:
Gabor Juhos
2010-06-18 16:22:05 +00:00
parent 44e51c530f
commit 7bff9c0101
11 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
config interface lan
option ifname eth0
option type bridge
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0