mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-27 18:18:57 +00:00
support rtl8188eu-generic as a wlandev (#1141)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user