From 3667c8f09c714845db4efe0e11c76ceea246caab Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Tue, 12 Jul 2016 19:30:17 +0200 Subject: [PATCH] setup wifi modules --- make_usd_card.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/make_usd_card.sh b/make_usd_card.sh index da41dcc..3ad5615 100755 --- a/make_usd_card.sh +++ b/make_usd_card.sh @@ -47,6 +47,14 @@ cp -R /boot/* /bootenv/ EOF chmod +x $SD_MOUNT_POINT/root/update_kernel.sh +cat < $SD_MOUNT_POINT/etc/modprobe.d/blacklist +8723bs_vq0 +EOF + +cat <> $SD_MOUNT_POINT/etc/rc.d/rc.modprobe.local +/sbin/modprobe 8723bs +EOF + umount $SD_MOUNT_POINT/bootenv umount $SD_MOUNT_POINT