| Summary: | RTL8723BS library is outdated | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | alirezatm |
| Component: | Outdated package | Assignee: | unassigned |
| Status: | RESOLVED WONTFIX | ||
| Severity: | major | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2022.02.6 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
alirezatm
2022-10-20 10:27:23 UTC
Sorry, seems that this website has a 75kB limit, so I've uploaded my .config file here: https://anonymfile.com/pZKO/.config (In reply to alirezatm from comment #0) Hi, it's true, package rtl8723bs is outdated and indeed has been dropped with this commit: https://git.busybox.net/buildroot/commit/?id=7763ba7007172ceb5e928ae5902735d727aaa90d As pointed by: https://github.com/hadess/rtl8723bs/commit/3bb1d33ad98c1d77b5e17a1b707e137b35e6d0a5 now the driver has made it into staging Linux driver folder. So you can access and configure Linux by issuing: $ make linux-menuconfig and then you can find RTL8723BS driver. But take care because it needs some CONFIG_ to be enabled: CONFIG_STAGING=y CONFIG_WLAN=y CONFIG_MMC=y CONFIG_CFG80211=y CONFIG_MODULES=y To find these informations you can search "rtl8723bs" in linux-menuconfig(as well as in Buildroot menuconfig) by typing "/" and there it will be shown the "depends on" and what it "Selects". This way you should be able to have the driver built. Best regards |