fix: Disable signature verification

This commit is contained in:
Shen Mintao
2025-01-08 10:18:02 +08:00
parent 1f55f8626d
commit b03491a064
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@ EXTRA_CFLAGS += -Wno-implicit-fallthrough
RWNX_VERS_NUM := 6.4.3.0 RWNX_VERS_NUM := 6.4.3.0
CONFIG_MODULE_SIG = n
CONFIG_AIC8800_WLAN_SUPPORT = m CONFIG_AIC8800_WLAN_SUPPORT = m
MODULE_NAME = aic8800_fdrv MODULE_NAME = aic8800_fdrv
CONFIG_COUNTRY_CODE = "00" CONFIG_COUNTRY_CODE = "00"
+1
View File
@@ -1,3 +1,4 @@
CONFIG_MODULE_SIG = n
CONFIG_USB_SUPPORT =y CONFIG_USB_SUPPORT =y
CONFIG_RFTEST =y CONFIG_RFTEST =y
CONFIG_USB_BT =y CONFIG_USB_BT =y