support rtl8188eu-generic as a wlandev (#1141)

pull/1142/head
Jens J 2023-11-15 08:24:33 -06:00 committed by GitHub
parent 0b4eb2714c
commit 87b4291b23
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