revert changes about LED

delete the file , do not need it any more
This commit is contained in:
Ke Hu 2017-09-22 13:39:55 +02:00
parent fe23056560
commit fa7a3e02eb

View file

@ -1,17 +0,0 @@
#!/bin/sh /etc/rc.common
START=19
USE_PROCD=0
NAME=led_blink_stop
start_service() {
local b_name=$(db -q get hw.board.boardId)
case $b_name in
'DG200R0'| 'CG300R0' | 'EG300R0'| 'DG301R0'| 'EG400R0' | 'DG400R0')
brcm_fw_tool set -h 22 0 ;;
esac
}