Skip to content
Snippets Groups Projects
Commit cc058be7 authored by Sukru Senli's avatar Sukru Senli
Browse files

brcm63xx-arm: remove smd init script

not needed anymore as CMS is disabled
parent 955b6301
Branches
Tags
No related merge requests found
#!/bin/sh /etc/rc.common
START=05
start() {
# Start CMS smd
#smd &
echo "smd is not started"
}
stop() {
# Stop CMS smd
send_cms_msg -r 0x1000080D 20
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment