From 7b1f241ddadfe6ab85ac25fc1acdb1b802f44b65 Mon Sep 17 00:00:00 2001 From: "ke.hu" Date: Thu, 21 Sep 2017 12:05:05 +0200 Subject: [PATCH] arm platform led set disable arm board eg400, dg400 led blinking --- peripheral_manager/files/etc/init.d/led_blink_stop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peripheral_manager/files/etc/init.d/led_blink_stop b/peripheral_manager/files/etc/init.d/led_blink_stop index 00e0ef3c7..0aa58776c 100755 --- a/peripheral_manager/files/etc/init.d/led_blink_stop +++ b/peripheral_manager/files/etc/init.d/led_blink_stop @@ -9,7 +9,7 @@ NAME=led_blink_stop start_service() { local b_name=$(db -q get hw.board.boardId) case $b_name in - 'DG200R0'| 'CG300R0' | 'EG300R0'| 'DG301R0') + 'DG200R0'| 'CG300R0' | 'EG300R0'| 'DG301R0'| 'EG400R0' | 'DG400R0') brcm_fw_tool set -h 22 0 ;; esac }