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:20:26 +0000 (22:20 +0100)
commitba9e5454712197e511427469980cdf51bee97477
tree3afe67f70d30e881e1728c1a47fd76b2f1c30608
parent7fc44435703d88d6a60f20d8bfdc7ea3509d081a
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]