From ed6901fe747f453526a1707e5cd332fb0441cc48 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Mon, 15 Apr 2024 12:27:11 +0530 Subject: [PATCH] stunc: Align with bbfdm --- stunc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stunc/Makefile b/stunc/Makefile index c3a715a19..bc87a1658 100755 --- a/stunc/Makefile +++ b/stunc/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stunc -PKG_VERSION:=1.4.2 +PKG_VERSION:=1.4.3 PKG_RELEASE:=1 LOCAL_DEV:=0 @@ -23,6 +23,7 @@ PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE include $(INCLUDE_DIR)/package.mk +include ../bbfdm/bbfdm.mk MAKE_PATH:=src @@ -52,7 +53,7 @@ define Package/stunc/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/stunc $(1)/usr/sbin/ $(INSTALL_BIN) ./files/etc/init.d/stunc $(1)/etc/init.d/stunc $(INSTALL_DATA) ./files/etc/config/stunc $(1)/etc/config/stunc - $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/libstunc.so $(1)/etc/icwmpd/plugins/ + $(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/src/libstunc.so $(1) icwmp endef $(eval $(call BuildPackage,stunc))