Bug 12731 - rtl8188eu not buildung for banana pi M1 (glib, systemd, 4.18.12)
Summary: rtl8188eu not buildung for banana pi M1 (glib, systemd, 4.18.12)
Status: RESOLVED INVALID
Alias: None
Product: buildroot
Classification: Unclassified
Component: Outdated package (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 blocker
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-31 17:17 UTC by RAC
Modified: 2020-04-06 14:40 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ...