From cb3653ebe9076f6c6c8fb2abb8b262672210d58d Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Thu, 5 Dec 2024 16:24:19 +0530 Subject: [PATCH] port-trigger: Install datamodel as firewallmngr plugin --- port-trigger/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/port-trigger/Makefile b/port-trigger/Makefile index 3836fabb6..42a89969c 100644 --- a/port-trigger/Makefile +++ b/port-trigger/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=port-trigger -PKG_VERSION:=1.0.1 +PKG_VERSION:=1.0.2 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) @@ -49,7 +49,7 @@ define Package/port-trigger/install $(INSTALL_BIN) ./files/etc/init.d/port-trigger $(1)/etc/init.d/ $(INSTALL_DATA) ./files/etc/config/port-trigger $(1)/etc/config/ $(INSTALL_DATA) ./files/lib/port-trigger/port_trigger.sh $(1)/lib/port-trigger/ - $(BBFDM_INSTALL_MS_DM) $(PKG_BUILD_DIR)/bbf_plugin/libporttrigger.so $(1) portmapping + $(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/bbf_plugin/libporttrigger.so $(1) firewallmngr endef $(eval $(call BuildPackage,port-trigger))