Set correct name of wlandev

pull/1313/head
githubtmp7 2024-02-11 15:54:08 +00:00
parent 22362de25f
commit cbea182963
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if [ "$1" = "rtl8188eu-generic" ]; then
fi
# RTL8188EUS Lenovo Snowman 1080p
if [ "$1" = "rtl8188eus-lenovo" ]; then
if [ "$1" = "rtl8188eus-hi5318ev200-lenovo" ]; then
devmem 0x200f006c 32 0
modprobe 8188eu
exit 0