diederikdehaas / rtl8812AU

Realtek 8812AU USB WiFi driver
Other
475 stars 177 forks source link

Add configuration for Raspberry Pi 3 Model B+ and update Readme #114

Open daftano opened 5 years ago

daftano commented 5 years ago

Compiling on a Raspberry Pi 3 Model B+ with CONFIG_PLATFORM_ARM64=y causes issues due to the CROSS_COMPILE value. It should be empty.

diederikdehaas commented 5 years ago

I agree with your point, but not with the implementation. I don't see a need to add a separate stanza for ARM64_RPI as I'm not aware that things are different on a 64-bit RPi from general ARM64. Therefor the only change needed (afaik) is clearing the CROSS_COMPILE variable in the ARM64 stanza.