disable ertm for csr8510 bluetooth for issue #117

This commit is contained in:
Hal Emmerich 2019-10-09 00:05:30 -05:00
parent d2186f1543
commit b590dcea69

View File

@ -163,6 +163,9 @@ chroot $outmnt apt install -y udev kmod net-tools inetutils-ping traceroute ipro
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
#Cleanup to reduce install size
chroot $outmnt apt-get autoremove --purge
chroot $outmnt apt-get clean