File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -403,13 +403,23 @@ config BR2_PACKAGE_WPEFRAMEWORK_DEVICEINFO_PLATFORMNAME
403403
404404endif
405405
406- config BR2_PACKAGE_WPEFRAMEWORK_DEVICEIDENTIFICATION
406+ menuconfig BR2_PACKAGE_WPEFRAMEWORK_DEVICEIDENTIFICATION
407407 select BR2_PACKAGE_WPEFRAMEWORK_RDKSERVICES
408- depends on BR2_PACKAGE_HAS_NEXUS
409408 bool "DeviceIdentification"
410409 default y
411410 help
412- DeviceIdentification Plugin (Nexus OTP)
411+ DeviceIdentification Plugin
412+
413+ if BR2_PACKAGE_WPEFRAMEWORK_DEVICEIDENTIFICATION
414+
415+ config BR2_PACKAGE_WPEFRAMEWORK_DEVICEIDENTIFICATION_INTERFACE_NAME
416+ string "InterfaceName"
417+ default "eth0"
418+ help
419+ Name of interface, which has to be used for the device id generation
420+ in case of generic implementation
421+
422+ endif
413423
414424config BR2_PACKAGE_WPEFRAMEWORK_DISPLAYINFO
415425 select BR2_PACKAGE_WPEFRAMEWORK_PLUGINS
Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ endif
174174ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_DEVICEIDENTIFICATION ) ,y)
175175WPEFRAMEWORK_RDKSERVICES_CONF_OPTS += -DPLUGIN_DEVICEIDENTIFICATION=ON
176176WPEFRAMEWORK_RDKSERVICES_CONF_OPTS +=
[email protected] :WebPlatformForEmbedded/DeviceIdentification-brcm.git
177+ WPEFRAMEWORK_RDKSERVICES_CONF_OPTS += -DINTERFACE_NAME=$(BR2_PACKAGE_WPEFRAMEWORK_DEVICEIDENTIFICATION_INTERFACE_NAME )
177178endif
178179
179180ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_WEBKITBROWSER ) ,y)
You can’t perform that action at this time.
0 commit comments