Skip to content

Commit 76e3797

Browse files
committed
REFPLTB-3451 : Unable to enable WPS from WebUI
Reason for change: WPS respective code is placed under the FEATURE_SUPPORT_WPS, so enabling distro to enable this cflag Test Procedure: dmcli eRT setv Device.WiFi.AccessPoint.1.WPS.Enable bool true Risks: Low Signed-off-by: ssiras826 <[email protected]>
1 parent abd1df9 commit 76e3797

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conf/distro/include/rdk-bpi.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ DISTRO_FEATURES_remove = " lan0_as_wan"
4848
#DISTRO_FEATURES_append = " EasyMesh"
4949
#DISTRO_FEATURES_append = " sta_manager"
5050
PREFERRED_VERSION_go = "1.19.%"
51+
52+
#Enable wps support
53+
DISTRO_FEATURES_append = " wps_support"

0 commit comments

Comments
 (0)