2
0
forked from Ivasoft/openwrt

ar71xx: add support for EasyLink M150 and M-mini

v3 refreshes the patch on trunk@41337

This patch adds support for the EasyLink EL-M150 and M-mini

http://wiki.openwrt.org/toh/easylink/el-m150
http://wiki.openwrt.org/toh/easylink/el-m-mini

Signed-off-by: L. D. Pinney <ldpinney@gmail.com>

SVN-Revision: 41348
This commit is contained in:
John Crispin
2014-06-26 11:49:47 +00:00
parent 0f39877bac
commit e6e6a85dc9
7 changed files with 33 additions and 0 deletions

View File

@@ -65,6 +65,10 @@ get_status_led() {
eap7660d)
status_led="eap7660d:green:ds4"
;;
el-mini | \
el-m150)
status_led="EasyLink:green:system"
;;
hiwifi-hc6361)
status_led="hiwifi:blue:system"
;;

View File

@@ -152,6 +152,16 @@ ap113)
ucidef_add_switch_vlan "switch0" "2" "0t 2"
;;
el-m150)
ucidef_set_interfaces_lan_wan "eth1" "eth0"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "0 1 3"
;;
el-mini)
ucidef_set_interface_lan "eth0"
;;
tl-wdr4300|\
tl-wr1041n-v2)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"

View File

@@ -81,6 +81,7 @@ ew-dorin-router)
migrate_switch_name "eth0" "switch0"
;;
el-m150|\
rb-450)
migrate_switch_name "eth1" "switch0"
;;