From fa203d73e041f9ab3e42b24a96b9eb3432224d47 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Thu, 13 Mar 2025 12:17:30 +0530 Subject: [PATCH] stunc: assign priority to dm plugin --- stunc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stunc/Makefile b/stunc/Makefile index b93246dd8..651cd2374 100755 --- a/stunc/Makefile +++ b/stunc/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stunc -PKG_VERSION:=1.4.5 +PKG_VERSION:=1.4.6 PKG_RELEASE:=1 LOCAL_DEV:=0 @@ -53,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 - $(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/src/libstunc.so $(1) icwmp + $(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/src/libstunc.so $(1) icwmp 12 endef $(eval $(call BuildPackage,stunc))