mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
revert changes about LED
delete the file , do not need it any more
This commit is contained in:
parent
fe23056560
commit
fa7a3e02eb
1 changed files with 0 additions and 17 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Reference in a new issue