From 880741d8c3a5f5c3c4ae9b02c2060d0050b6f3fa Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Thu, 13 Mar 2025 12:16:55 +0530 Subject: [PATCH] self-diagnostics: assign priority to dm plugin --- self-diagnostics/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/self-diagnostics/Makefile b/self-diagnostics/Makefile index 969cfede7..661ccd5f8 100644 --- a/self-diagnostics/Makefile +++ b/self-diagnostics/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=self-diagnostics -PKG_VERSION:=1.0.14 +PKG_VERSION:=1.0.15 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0-only @@ -25,7 +25,7 @@ endef define Package/self-diagnostics/install $(INSTALL_DIR) $(1)/etc/self-diagnostics/spec/ $(CP) ./files/* $(1)/ - $(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/libselftest.so $(1) core + $(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/libselftest.so $(1) core 14 endef $(eval $(call BuildPackage,self-diagnostics))