File tree Expand file tree Collapse file tree
package/wpe/wpeframework-plugins Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -508,6 +508,11 @@ config BR2_PACKAGE_WPEFRAMEWORK_MONITOR_YOUTUBE
508508 string "youtube-limit"
509509 default "614400"
510510
511+ config BR2_PACKAGE_WPEFRAMEWORK_MONITOR_COBALT
512+ depends on BR2_PACKAGE_WPEFRAMEWORK_COBALT
513+ string "cobalt-limit"
514+ default "614400"
515+
511516config BR2_PACKAGE_WPEFRAMEWORK_MONITOR_AMAZON
512517 depends on BR2_PACKAGE_WPEFRAMEWORK_AMAZON
513518 string "amazon-limit"
Original file line number Diff line number Diff line change @@ -180,6 +180,9 @@ endif
180180ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_MONITOR_YOUTUBE ) ,y)
181181WPEFRAMEWORK_PLUGINS_CONF_OPTS += -DPLUGIN_YOUTUBE_MEMORYLIMIT=${BR2_PACKAGE_WPEFRAMEWORK_MONITOR_YOUTUBE}
182182endif
183+ ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_MONITOR_COBALT ) ,y)
184+ WPEFRAMEWORK_PLUGINS_CONF_OPTS += -DPLUGIN_COBALT_MEMORYLIMIT=${BR2_PACKAGE_WPEFRAMEWORK_MONITOR_COBALT}
185+ endif
183186ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_MONITOR_AMAZON ) ,y)
184187WPEFRAMEWORK_PLUGINS_CONF_OPTS += -DPLUGIN_AMAZON_MEMORYLIMIT=${BR2_PACKAGE_WPEFRAMEWORK_MONITOR_AMAZON}
185188endif
You can’t perform that action at this time.
0 commit comments