Overlay: address wireless profile typo (#1443)

pull/1446/head
viktorxda 2024-05-13 16:24:07 +02:00 committed by GitHub
parent aa25cd3b7e
commit a8f5efaddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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