1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-06-15 16:53:15 +02:00

Dongle Wi-Fi AR5523

Se déconnecte tout le temps, à tester avec buildroot 2018.2
This commit is contained in:
Geoffrey Frogeye 2018-05-04 16:41:38 +02:00
parent fc1c7786da
commit 8f396be8cf
2 changed files with 1 additions and 0 deletions

View file

@ -8,6 +8,7 @@ start() {
# modprobe brcmfmac # modprobe brcmfmac
modprobe r8188eu modprobe r8188eu
modprobe 8192cu modprobe 8192cu
modprobe ar5523
ifup wlan0 ifup wlan0
echo "OK" echo "OK"
} }