qosmngr: assign priority to dm plugin

This commit is contained in:
Vivek Kumar Dutta 2025-03-13 12:16:02 +05:30
parent c9856f2a5b
commit 42bd6390b5
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

View file

@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=qosmngr
PKG_VERSION:=1.0.21
PKG_VERSION:=1.0.22
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)
@ -68,7 +68,7 @@ endif
$(INSTALL_BIN) $(PKG_BUILD_DIR)/qosmngr $(1)/usr/sbin
$(BBFDM_REGISTER_SERVICES) ./bbfdm_service.json $(1) $(PKG_NAME)
$(BBFDM_INSTALL_MS_DM) $(PKG_BUILD_DIR)/bbf_plugin/libqos_bbf.so $(1) $(PKG_NAME)
$(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/bbf_plugin/libqos_vendor_bbf.so $(1) $(PKG_NAME)
$(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/bbf_plugin/libqos_vendor_bbf.so $(1) $(PKG_NAME) 10
endef
$(eval $(call BuildPackage,qosmngr))