Skip to content

Commit

Permalink
support rtl8188eu-generic as a wlandev (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerog2k authored Nov 15, 2023
1 parent 0b4eb27 commit 87b4291
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions general/overlay/etc/wireless/usb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87b4291

Please sign in to comment.