add wifi support for t5810hct-m02 board (#1373)

pull/1375/head
ai-93 2024-04-02 14:24:39 +05:30 committed by GitHub
parent a3190bef7a
commit f42db00bae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -106,6 +106,13 @@ if [ "$1" = "rtl8188fu-hi3518ev300-unknown1" ]; then
exit 0
fi
# HI3518EV300 t5810hct-m02
if [ "$1" = "rtl8188fu-hi3518ev300-t5810hct-m02" ]; then
set_gpio 40 1
modprobe 8188fu
exit 0
fi
# SSC325DE IMOU C22EP-S2
if [ "$1" = "rtl8188fu-ssc325de-imou-c22ep-s2" ]; then
set_gpio 62 1