2
0
forked from Ivasoft/openwrt

ar71xx: add user-space support for AP136-020

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 34885
This commit is contained in:
Gabor Juhos
2012-12-26 09:50:36 +00:00
parent ed1889db33
commit f3f05d86fe
4 changed files with 13 additions and 1 deletions

View File

@@ -29,6 +29,13 @@ ap136-010)
ucidef_add_switch_vlan "switch0" "2" "5 6"
;;
ap136-020)
ucidef_set_interfaces_lan_wan "eth1" "eth0"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
ucidef_add_switch_vlan "switch0" "2" "5 6"
;;
db120 |\
rb-2011l | \
rb-2011uas-2hnd)