Skip to content

Commit a9efba6

Browse files
committed
RDKB-62199: Enabling easyconnect app by default in OneWifi
Reason for change: DPP required easyconnect app for its operation, so enabling easyconnect app for OpenWRT platform. Test Procedure: Ensure that the easycoonect app is enabled and the DPP scan is going through fine. Risks: Medium Priority: P1 Signed-off-by: sriraaman-c <[email protected]>
1 parent 8f6e72b commit a9efba6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/openwrt/makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ include makefile.inc
3232
EASY_MESH_NODE = 1
3333
EM_APP = 1
3434
ONEWIFI_STA_MGR_APP_SUPPORT = 1
35+
ONEWIFI_EASYCONNECT_APP_SUPPORT = 1
3536

3637
# wifi hal rules
3738
HAL_LIBRARY = $(INSTALLDIR)/lib/libwifihal.a
@@ -489,7 +490,7 @@ ALL_HEBUS_LIB_OBJECTS = $(HEBUS_OBJECTS)
489490
ALLOBJECTS = $(CXXOBJECTS) $(COBJECTS) $(WEBCONFIG_OBJECTS) $(HEBUS_OBJECTS)
490491

491492
CFLAGS += $(INCLUDEDIRS) $(INCLUDE_HE_LIB_DIRS) -g -Os -fPIC -D_ANSC_LINUX -D_COSA_INTEL_USG_ATOM_ -DUSE_NOTIFY_COMPONENT -DCISCO_XB3_PLATFORM_CHANGES -DDUAL_CORE_XB3 -DFEATURE_ONE_WIFI -DWIFI_HAL_VERSION_3 -DFEATURE_SUPPORT_PASSPOINT -DFEATURE_SUPPORT_WEBCONFIG -DBANANA_PI_PORT -DNL80211_ACL -D_PLATFORM_BANANAPI_R4_ -DFEATURE_SINGLE_PHY -DEASY_MESH_NODE -DEM_APP \
492-
-DONEWIFI_STA_MGR_APP_SUPPORT
493+
-DONEWIFI_STA_MGR_APP_SUPPORT -DONEWIFI_EASYCONNECT_APP_SUPPORT
493494

494495
ifneq ($(OS), Darwin)
495496
CFLAGS += -DPLATFORM_LINUX

0 commit comments

Comments
 (0)