ulli-kroll / rtl8188fu

rtl8188fu driver for linux / rtlwifi prepare
GNU General Public License v2.0
60 stars 291 forks source link

Linux Mint 19 Cinnamon - 4.15.0-20-generic #1

Open jtwebguy opened 5 years ago

jtwebguy commented 5 years ago

Successfully compiled and installed with:

File: Makefile EXTRA_CFLAGS += -Wno-error=implicit-function-declaration

File: include/osdep_service.h

#include <linux/version.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
#include <linux/sched/signal.h>
#endif
jtwebguy commented 5 years ago

Compiled on raspberry pi (2018-10-09-raspbian-stretch-lite) by modifying same as above and making a link with: sudo ln -s /usr/src/linux-headers-4.14.79+/arch/arm /usr/src/linux-headers-4.14.79+/arch/armv6l

ulli-kroll commented 5 years ago

fix added will push out ASAP