mirror of https://github.com/OpenIPC/firmware.git
[no ci] Wireless: add ssv6x5x for sigmastar ssc377
parent
b977eb84b1
commit
78dd939be3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,4 +2,4 @@ config BR2_PACKAGE_SSV6X5X_OPENIPC
|
|||
bool "ssv6x5x-openipc"
|
||||
depends on BR2_LINUX_KERNEL
|
||||
help
|
||||
SV6355 wireless driver
|
||||
SV6X5X wireless driver
|
||||
|
|
Loading…
Reference in New Issue