Bug 12731

Summary: rtl8188eu not buildung for banana pi M1 (glib, systemd, 4.18.12)
Product: buildroot Reporter: RAC <rac>
Component: Outdated packageAssignee: unassigned
Status: RESOLVED INVALID    
Severity: blocker CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description RAC 2020-03-31 17:17:56 UTC
Version 2020.05-git-00560-gf3adc71b07

Hardware Handling / rtl8188eu, rtl8723bs and rtl8723bu are not building. The rest of the rtl* drivers are building fine. 

For rtl8188eu I have the compile error in os_dep / os_intfs.c:704:22 - looks like the wrong structure net_device is used. I use the standard kernel as per default in bananapi M1 configuration with glib and systemd, gcc 8.x.
Comment 1 RAC 2020-04-06 09:29:50 UTC
The proper solution is mentioned in the build options of the rtl8188eu - enable WIRELESS_EXT for the kernel. So hier it is how you do it:

make linux-menuconfig - activate kernel configuration
Device Drivers \ Network device Support \ Wireless LAN \ Realtek devices

This bug can be closed, it it not a bug.
Comment 2 RAC 2020-04-06 14:40:16 UTC
Sorry, it was actually under 

Device Drivers \ Staging drivers \ Realtek RTL8188EU ...