RinCat / RTL88x2BU-Linux-Driver

Realtek RTL88x2BU WiFi USB Driver for Linux
GNU General Public License v2.0
1.19k stars 189 forks source link

Can't compile on Raspberry Pi 1B+ (32 bit) #200

Open boxemall opened 1 year ago

boxemall commented 1 year ago

Trying to compile it on a RPi_1B+ and getting an error. i checked the makefile and it does not contain any reference to "armhf". can the makefile be entended to include the old Rpi 32bit?

dpkg --print-architecture out put is: 'armhf'

regards

RinCat commented 1 year ago

Try make ARCH=arm?