support rtl8188eu-generic as a wlandev

pull/1141/head
Jens J 2023-11-14 22:21:45 -06:00 committed by GitHub
parent 0b4eb2714c
commit c29866bd46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ if [ "$1" = "rtl8188fu-generic" ]; then
exit 0
fi
# RTL8188EU Generic
if [ "$1" = "rtl8188eu-generic" ]; then
modprobe 8188eu
exit 0
fi
# RTL8733BU Generic
if [ "$1" = "rtl8733bu-generic" ]; then
modprobe 8733bu