2
0
forked from Ivasoft/openwrt

ar71xx: add support for the embeddedwireless Dorin board (based on patch by embeddedwireless.de)

SVN-Revision: 32447
This commit is contained in:
Felix Fietkau
2012-06-19 00:22:04 +00:00
parent 5d364d0ca1
commit 26cf21df02
8 changed files with 185 additions and 0 deletions

View File

@@ -184,6 +184,12 @@ wzr-hp-g450h)
ucidef_add_switch_vlan "eth0" "2" "0t 1"
;;
ew-dorin)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
ucidef_add_switch "eth0" "1" "1"
ucidef_add_switch_vlan "eth0" "1" "0 2 3"
;;
*)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
;;