add wifi support for t5810hct-m02 board

adding the correct gpio pin to power up the wifi chip for t5810hct-m02 board.

Camera brand name in India: Smitch (Discontinued)
Actual Manufaturer: Goscom

SOC: Hi3518ERNCV300
wifi chip: BL-M8188fu1
Camera sensor: jxf23
pull/1373/head
ai-93 2024-04-02 13:51:39 +05:30 committed by GitHub
parent 790b0c40a8
commit e7570b75d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

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