rtl8xxx: remove unused or replaced external modules

rtl8189es and rtl8189fs are used at my knowledge only on 32bit arm boards.
If there is any 64bit board i can restore it.
rtl8822bu and rtl8821cu are both supported in mainline kernel 6.6.x so
no separate module is needed anymore.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2023-11-24 15:45:03 +01:00
committed by Michael Tremer
parent 7801897940
commit 9e2dfefea7
5 changed files with 0 additions and 386 deletions

View File

@@ -1703,11 +1703,7 @@ buildipfire() {
# Kernelbuild ... current we have no platform that need
# multi kernel builds so KCFG is empty
lfsmake2 linux KCFG=""
lfsmake2 rtl8189es KCFG=""
lfsmake2 rtl8189fs KCFG=""
lfsmake2 rtl8812au KCFG=""
lfsmake2 rtl8822bu KCFG=""
lfsmake2 rtl8821cu KCFG=""
lfsmake2 linux-initrd KCFG=""
}