From 6bc7842b0d93b471b204b68b4770515010c8b67d Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Wed, 24 Sep 2025 17:35:16 +0530 Subject: [PATCH] sulu-vendorext: Fix compilation --- sulu/sulu-vendorext/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sulu/sulu-vendorext/Makefile b/sulu/sulu-vendorext/Makefile index 9a26e1811..b4595d974 100644 --- a/sulu/sulu-vendorext/Makefile +++ b/sulu/sulu-vendorext/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu-vendorext -PKG_VERSION:=0.0.1 +PKG_VERSION:=0.0.2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) @@ -26,7 +26,7 @@ define Package/sulu-vendorext/install $(BBFDM_INSTALL_MS_PLUGIN) ./extn/X_GENEXIS_EU_extra_info.json $(1) sysmngr $(BBFDM_INSTALL_MS_PLUGIN) ./extn/X_GENEXIS_EU_guest_wifi_5.json $(1) sysmngr $(BBFDM_INSTALL_MS_PLUGIN) ./extn/X_GENEXIS_EU.json $(1) sysmngr - $(BBFDM_INSTALL_MS_PLUGIN) ./extn/X_GENEXIS_EU_mesh.json $(1) sysmngr + $(BBFDM_INSTALL_MS_PLUGIN) ./extn/X_IOWRT_EU_MAPController.json $(1) sysmngr $(BBFDM_INSTALL_MS_PLUGIN) ./extn/X_GENEXIS_EU_voip.json $(1) sysmngr $(BBFDM_INSTALL_MS_PLUGIN) ./extn/X_GENEXIS_EU_wan.json $(1) sysmngr $(BBFDM_INSTALL_MS_PLUGIN) ./extn/X_GENEXIS_EU_guest_wifi_2_4.json $(1) sysmngr