mirror of https://github.com/OpenIPC/firmware.git
parent
09decf02c2
commit
ecb7ae69d9
|
@ -75,6 +75,13 @@ if [ "$1" = "rtl8188fu-hi3518ev200-lifesmart" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
# HI3518EV200 Rostelecom QVC-IPC-136W
|
||||
if [ "$1" = "rtl8188eu-hi3518ev200-QVC-IPC-136W" ]; then
|
||||
set_gpio 7 1
|
||||
modprobe 8188eu
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# HI3518EV300 Unknown1
|
||||
if [ "$1" = "rtl8188fu-hi3518ev300-unknown1" ]; then
|
||||
set_gpio 57 0
|
||||
|
|
Loading…
Reference in New Issue