ar71xx: add user-space support for the OpenMesh OM5P-ACv2

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>

SVN-Revision: 49150
This commit is contained in:
John Crispin 2016-04-09 10:26:18 +00:00
parent 886cb9a744
commit 7461604bd9
2 changed files with 5 additions and 1 deletions

View file

@ -214,7 +214,8 @@ get_status_led() {
om5p-an)
status_led="om5p:blue:power"
;;
om5p-ac)
om5p-ac | \
om5p-acv2)
status_led="om5pac:blue:power"
;;
omy-x1)

View file

@ -649,6 +649,9 @@ ar71xx_board_detect() {
*"OM5P AC")
name="om5p-ac"
;;
*"OM5P ACv2")
name="om5p-acv2"
;;
*"OMY-X1")
name="omy-x1"
;;