ccmp25-dvk: add flag to support virtual wireless interfaces
CYW55512 Wireless chip supports concurrent modes and virtual wireless interfaces like SotfAP and P2P. https://onedigi.atlassian.net/browse/DEL-9237 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
6a6e2577f1
commit
0d685efc41
|
|
@ -116,6 +116,9 @@ WKS_FILES += " \
|
|||
ccmp2-1GB.wks.in \
|
||||
"
|
||||
|
||||
# Wireless external module
|
||||
HAS_WIFI_VIRTWLANS = "true"
|
||||
|
||||
# Remove additional bluetooth packages
|
||||
MACHINE_BLUETOOTH_EXTRA_INSTALL = ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue