1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2025-09-07 18:30:24 +02:00

↑Buildroot

Le dongle Wi-Fi TP-Link refonctionne en conséquence
This commit is contained in:
Geoffrey Frogeye 2018-05-04 18:40:05 +02:00
parent 8f396be8cf
commit 98c2f27358
4 changed files with 14 additions and 12 deletions

View file

@ -11,6 +11,9 @@ then
# Network configuration
echo -e "
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address ${ETHADDRESS}

View file

@ -6,8 +6,7 @@
start() {
printf "Starting Wi-Fi connection: "
# modprobe brcmfmac
modprobe r8188eu
modprobe 8192cu
modprobe rtl8xxxu
modprobe ar5523
ifup wlan0
echo "OK"