Buildroot: Respeaker: Mount configfs before starting seeed-voicecard

This commit is contained in:
Peter Steenbergen 2018-11-02 23:09:18 +01:00
parent 2d77d26a62
commit d6f6c07c12
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ umask 077
start() {
printf "Starting seeed-voicecard: "
mount -t configfs none /sys/kernel/config
/usr/bin/seeed-voicecard
touch /var/lock/seeed-voicecard
echo "OK"