Author: blogic Date: 2016-04-09 12:26:18 +0200 (Sat, 09 Apr 2016) New Revision: 49150
Modified: trunk/target/linux/ar71xx/base-files/etc/diag.sh trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh Log: ar71xx: add user-space support for the OpenMesh OM5P-ACv2 Signed-off-by: Sven Eckelmann <[email protected]> Modified: trunk/target/linux/ar71xx/base-files/etc/diag.sh =================================================================== --- trunk/target/linux/ar71xx/base-files/etc/diag.sh 2016-04-09 10:26:15 UTC (rev 49149) +++ trunk/target/linux/ar71xx/base-files/etc/diag.sh 2016-04-09 10:26:18 UTC (rev 49150) @@ -214,7 +214,8 @@ om5p-an) status_led="om5p:blue:power" ;; - om5p-ac) + om5p-ac | \ + om5p-acv2) status_led="om5pac:blue:power" ;; omy-x1) Modified: trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh =================================================================== --- trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh 2016-04-09 10:26:15 UTC (rev 49149) +++ trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh 2016-04-09 10:26:18 UTC (rev 49150) @@ -649,6 +649,9 @@ *"OM5P AC") name="om5p-ac" ;; + *"OM5P ACv2") + name="om5p-acv2" + ;; *"OMY-X1") name="omy-x1" ;; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
