Skip to content

Commit

Permalink
Fix commit b590dce properly install bluetooth fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal committed Oct 9, 2019
1 parent 0a9500e commit 159a84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildFilesystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ cp -f $build_resources/external_fstab $outmnt/etc/fstab
chmod 644 /etc/fstab

#disable ertm for csr8510 bluetooth, issue #117
echo "options bluetooth disable_ertm=Y" > /etc/modprobe.d/bluetooth.conf
echo "options bluetooth disable_ertm=Y" > $outmnt/etc/modprobe.d/bluetooth.conf

#Cleanup to reduce install size
chroot $outmnt apt-get autoremove --purge
Expand Down

0 comments on commit 159a84d

Please sign in to comment.