mirror of
https://bitbucket.org/gwenhael/pine64-slackware.git
synced 2025-01-13 20:01:51 +01:00
setup wifi modules
This commit is contained in:
parent
d95333b4dd
commit
3667c8f09c
1 changed files with 8 additions and 0 deletions
|
@ -47,6 +47,14 @@ cp -R /boot/* /bootenv/
|
||||||
EOF
|
EOF
|
||||||
chmod +x $SD_MOUNT_POINT/root/update_kernel.sh
|
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/bootenv
|
||||||
umount $SD_MOUNT_POINT
|
umount $SD_MOUNT_POINT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue