rtl8189fs: add support for RTL8189FTV SDIO modules
authorZoltan HERPAI <wigyori@uid0.hu>
Tue, 11 Feb 2025 09:10:39 +0000 (10:10 +0100)
committerZoltan HERPAI <wigyori@uid0.hu>
Sun, 16 Feb 2025 21:41:45 +0000 (22:41 +0100)
commit69e50e61d0dfc8fc0c0cee4f25ee31be1b3d120b
tree3afe67f70d30e881e1728c1a47fd76b2f1c30608
parent1517ad18391314d5169ce52c68226ca4c1cf9fae
rtl8189fs: add support for RTL8189FTV SDIO modules

Recent boards using this wireless chip:
 - Widora Mangopi MQ (T113s)
 - Orangepi Zero Plus (H5)
 - Xassette Asterisk (D1)

The driver is still crap, as it:
 - compiles
 - loads
 - can do "iw scan"
 - but freezes the host when starting up either as sta or ap

Also see: https://lists.infradead.org/pipermail/lede-dev/2018-March/011517.html

No reason to add this to trunk or to any devices.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
package/kernel/rtl8189fs/Makefile [new file with mode: 0644]
package/kernel/rtl8189fs/patches/0001-Fix-build-against-openwrt-backports-tree.patch [new file with mode: 0644]
package/kernel/rtl8189fs/patches/0002-activate-all-backport-code.patch [new file with mode: 0644]