rtl88au: add Realtek 88x2AU external driver module

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2021-05-29 10:58:38 +02:00
parent adea4dde18
commit 0ab0165878
3 changed files with 110 additions and 0 deletions

View File

@@ -1197,6 +1197,7 @@ buildipfire() {
x86_64|i586|aarch64)
lfsmake2 linux KCFG=""
lfsmake2 rtl8189es KCFG=""
lfsmake2 rtl8812au KCFG=""
lfsmake2 xtables-addons KCFG=""
lfsmake2 linux-initrd KCFG=""
;;
@@ -1204,6 +1205,7 @@ buildipfire() {
# arm multi platform (Panda, Wandboard ...) kernel build
lfsmake2 linux KCFG="-multi"
lfsmake2 rtl8189es KCFG="-multi"
lfsmake2 rtl8812au KCFG="-multi"
lfsmake2 xradio KCFG="-multi"
lfsmake2 xtables-addons KCFG="-multi"
lfsmake2 linux-initrd KCFG="-multi"