mirror of https://github.com/OpenIPC/firmware.git
support rtl8188eu-generic as a wlandev (#1141)
parent
0b4eb2714c
commit
87b4291b23
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue