projects
/
m1-debian
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bump version
[m1-debian]
/
files
/
rc.local
diff --git
a/files/rc.local
b/files/rc.local
index 74780d41be177da565af82274ac61cb321c43217..cb4e02127573abea2a68cd9d68a63555da00fcca 100755
(executable)
--- a/
files/rc.local
+++ b/
files/rc.local
@@
-107,13
+107,7
@@
update_wifi_firmware_if_necessary
system("sha256sum $firmware_tarball > $firmware_manifest");
system("tar -C /lib/firmware/ -xf $firmware_tarball");
system("sha256sum $firmware_tarball > $firmware_manifest");
system("tar -C /lib/firmware/ -xf $firmware_tarball");
- system('rmmod brcmfmac');
- system('rmmod brcmutil');
- sleep(1);
- system('modprobe brcmfmac');
- sleep(1);
- system('rmmod brcmfmac');
- sleep(1);
+ unlink('/etc/modprobe.d/blacklist.conf');
system('modprobe brcmfmac');
}
system('modprobe brcmfmac');
}
Impressum
,
Datenschutz