Browse Source

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

Signed-off-by: Sven Eckelmann <[email protected]>

SVN-Revision: 49150
John Crispin 9 years ago
parent
commit
7461604bd9

+ 2 - 1
target/linux/ar71xx/base-files/etc/diag.sh

@@ -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)

+ 3 - 0
target/linux/ar71xx/base-files/lib/ar71xx.sh

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