2
0
forked from Ivasoft/openwrt

ar71xx: add user-space support for the OpenMesh A40

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
This commit is contained in:
Sven Eckelmann
2016-09-23 09:36:43 +02:00
committed by John Crispin
parent 5e61a8331d
commit 640f9158e2
4 changed files with 11 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ get_status_led() {
local board=$(ar71xx_board_name)
case $board in
a40)
status_led="a40:green:status"
;;
a60)
status_led="a60:green:status"
;;