wfadatad: 2.11.0.2

This commit is contained in:
Anjan Chanda 2022-12-12 15:16:48 +01:00
parent cb6d5bdc36
commit 937ad7c0fc
2 changed files with 5 additions and 7 deletions

View file

@ -1,10 +1,7 @@
menu "Configuration"
config WFA_DELM_MULTIAP_MODE
bool "Enable Multi-AP mode"
default y
config DECOLLECTOR_EASYMESH_VERSION
int "Support Easymesh version"
default 2
config WIFI_DELM_DEBUG
bool "Enable debug logs"
default n
endmenu

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=wfadatad
PKG_VERSION:=2.11.0.1
PKG_VERSION:=2.11.0.2
LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1)
@ -73,6 +73,7 @@ endif
MAKE_PATH:=src
TARGET_CFLAGS += -DEASYMESH_VERSION=$(CONFIG_DECOLLECTOR_EASYMESH_VERSION)
EXECS := \
$(if $(CONFIG_PACKAGE_wfadatad),agent/deagent) \