setup wifi modules

This commit is contained in:
Gwenhael Le Moine 2016-07-12 19:30:17 +02:00
parent d95333b4dd
commit 3667c8f09c

View file

@ -47,6 +47,14 @@ cp -R /boot/* /bootenv/
EOF
chmod +x $SD_MOUNT_POINT/root/update_kernel.sh
cat <<EOF > $SD_MOUNT_POINT/etc/modprobe.d/blacklist
8723bs_vq0
EOF
cat <<EOF >> $SD_MOUNT_POINT/etc/rc.d/rc.modprobe.local
/sbin/modprobe 8723bs
EOF
umount $SD_MOUNT_POINT/bootenv
umount $SD_MOUNT_POINT