From 359db9ddc3a522dc208ded19534b41b8e1238c8c Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Thu, 13 Mar 2025 12:06:49 +0530 Subject: [PATCH] hostmngr: assign priority to dm plugin --- hostmngr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hostmngr/Makefile b/hostmngr/Makefile index cf38e8842..4132dbbb2 100644 --- a/hostmngr/Makefile +++ b/hostmngr/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostmngr -PKG_VERSION:=1.2.15 +PKG_VERSION:=1.2.16 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) @@ -77,7 +77,7 @@ define Package/hostmngr/install $(BBFDM_INSTALL_MS_DM) $(PKG_BUILD_DIR)/src/bbf_plugin/libhostmngr.so $(1) $(PKG_NAME) ifeq ($(CONFIG_HOSTMNGR_DATAMODEL_EXT),y) - $(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/src/bbf_plugin/libhostext.so $(1) $(PKG_NAME) + $(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/src/bbf_plugin/libhostext.so $(1) $(PKG_NAME) 10 endif endef