Overlay: address wireless profile typo (#1443)

This commit is contained in:
viktorxda
2024-05-13 16:24:07 +02:00
committed by GitHub
parent aa25cd3b7e
commit a8f5efaddf

View File

@@ -175,7 +175,7 @@ if [ "$1" = "rtl8188fu-ssc337de-foscam" ]; then
fi
# SSC377 Dahua
if [ "$1" = "ssv6x5x-ssc337-dahua" ]; then
if [ "$1" = "ssv6x5x-ssc377-dahua" ]; then
set_gpio 10 1
modprobe ssv6x5x
exit 0