From 2755d6be1c95caf6f407a14c79d9251c75f5b225 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Thu, 13 Mar 2025 12:07:24 +0530 Subject: [PATCH] icwmp: assign priority to dm plugin --- icwmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icwmp/Makefile b/icwmp/Makefile index 2ad6123d1..9061792ae 100755 --- a/icwmp/Makefile +++ b/icwmp/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icwmp -PKG_VERSION:=9.8.38 +PKG_VERSION:=9.8.39 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) @@ -78,7 +78,7 @@ define Package/icwmp/install $(INSTALL_BIN) ./files/etc/udhcpc.user.d/udhcpc_icwmp_opt43.user $(1)/etc/udhcpc.user.d/udhcpc_icwmp_opt43.user $(BBFDM_REGISTER_SERVICES) ./bbfdm_service.json $(1) $(PKG_NAME) $(BBFDM_INSTALL_MS_DM) $(PKG_BUILD_DIR)/libcwmpdm.so $(1) $(PKG_NAME) - $(BBFDM_INSTALL_MS_PLUGIN) ./files/etc/bbfdm/json/CWMPManagementServer.json $(1) $(PKG_NAME) + $(BBFDM_INSTALL_MS_PLUGIN) ./files/etc/bbfdm/json/CWMPManagementServer.json $(1) $(PKG_NAME) 20 endef $(eval $(call BuildPackage,icwmp))