ar71xx: add user-space support for the OpenMesh OM2P-HSv3

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
master
Sven Eckelmann 2016-06-17 15:24:42 +02:00 committed by Sven Eckelmann
parent 8d88087030
commit eaf23dc12a
3 changed files with 5 additions and 0 deletions

View File

@ -171,6 +171,7 @@ get_status_led() {
om2pv2 | \
om2p-hs | \
om2p-hsv2 | \
om2p-hsv3 | \
om2p-lc)
status_led="om2p:blue:power"
;;

View File

@ -293,6 +293,7 @@ om2p | \
om2pv2 | \
om2p-hs | \
om2p-hsv2 | \
om2p-hsv3 | \
om2p-lc)
ucidef_set_led_netdev "port1" "port1" "om2p:blue:wan" "eth0"
ucidef_set_led_netdev "port2" "port2" "om2p:blue:lan" "eth1"

View File

@ -563,6 +563,9 @@ ar71xx_board_detect() {
*"OM2P HSv2")
name="om2p-hsv2"
;;
*"OM2P HSv3")
name="om2p-hsv3"
;;
*"OM2P LC")
name="om2p-lc"
;;