We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8018f commit 0d1cc24Copy full SHA for 0d1cc24
package/wpe/wpeframework-plugins/wpeframework-plugins.mk
@@ -326,6 +326,11 @@ endif
326
ifneq ($(BR2_PACKAGE_WPEFRAMEWORK_WEBSERVER_PORT),)
327
WPEFRAMEWORK_PLUGINS_CONF_OPTS += -DPLUGIN_WEBSERVER_PORT=$(BR2_PACKAGE_WPEFRAMEWORK_WEBSERVER_PORT)
328
endif
329
+ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_PORT),)
330
+WPEFRAMEWORK_PLUGINS_CONF_OPTS += -DPLUGIN_WEBSERVER_BRIDGE_PORT=80
331
+else
332
+WPEFRAMEWORK_PLUGINS_CONF_OPTS += -DPLUGIN_WEBSERVER_BRIDGE_PORT=$(BR2_PACKAGE_WPEFRAMEWORK_PORT)
333
+endif
334
335
336
ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_WEBSHELL),y)
0 commit comments