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 }