diff options
author | Daniel Tartavel <contact@librepc.com> | 2019-09-29 06:50:44 +0200 |
---|---|---|
committer | Daniel Tartavel <contact@librepc.com> | 2019-09-29 06:50:44 +0200 |
commit | 2a82e889e8fc50d72be705ded4a50292c02b38b0 (patch) | |
tree | e6cd9365a439db56f8f69fc107243185be48a49d /platforms/rpi2/modprobe.conf | |
parent | 22115e7251b4526913948ab0b8780c8419cb6682 (diff) | |
download | mageia4arm-2a82e889e8fc50d72be705ded4a50292c02b38b0.tar mageia4arm-2a82e889e8fc50d72be705ded4a50292c02b38b0.tar.gz mageia4arm-2a82e889e8fc50d72be705ded4a50292c02b38b0.tar.bz2 mageia4arm-2a82e889e8fc50d72be705ded4a50292c02b38b0.tar.xz mageia4arm-2a82e889e8fc50d72be705ded4a50292c02b38b0.zip |
added platform dir
Diffstat (limited to 'platforms/rpi2/modprobe.conf')
-rw-r--r-- | platforms/rpi2/modprobe.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platforms/rpi2/modprobe.conf b/platforms/rpi2/modprobe.conf new file mode 100644 index 0000000..7725dae --- /dev/null +++ b/platforms/rpi2/modprobe.conf @@ -0,0 +1,3 @@ +alias wlan0 brcmfmac +alias eth0 smsc95xx +alias usb0 rndis_host |