[no ci] Wireless: add ssv6x5x for sigmastar ssc377

pull/1244/head
Viktor 2024-01-09 04:20:48 +01:00 committed by viktorxda
parent b977eb84b1
commit 78dd939be3
3 changed files with 9 additions and 1 deletions

View File

@ -95,6 +95,7 @@ BR2_PACKAGE_WPA_SUPPLICANT_CLI=y
BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
# BR2_PACKAGE_RTL8188FU_OPENIPC is not set
BR2_PACKAGE_SSV6X5X_OPENIPC=y
# Debug
# BR2_PACKAGE_HOST_GDB is not set

View File

@ -141,6 +141,13 @@ if [ "$1" = "rtl8188fu-ssc337de-foscam" ]; then
exit 0
fi
# SSC377 Dahua
if [ "$1" = "ssv6x5x-ssc337-dahua" ]; then
set_gpio 10 1
modprobe ssv6x5x
exit 0
fi
# T10 NVT
if [ "$1" = "mt7601sta-t10-nvt" ]; then
modprobe cfg80211

View File

@ -2,4 +2,4 @@ config BR2_PACKAGE_SSV6X5X_OPENIPC
bool "ssv6x5x-openipc"
depends on BR2_LINUX_KERNEL
help
SV6355 wireless driver
SV6X5X wireless driver