mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
self-diagnostics: assign priority to dm plugin
This commit is contained in:
parent
42bd6390b5
commit
880741d8c3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=self-diagnostics
|
PKG_NAME:=self-diagnostics
|
||||||
PKG_VERSION:=1.0.14
|
PKG_VERSION:=1.0.15
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0-only
|
PKG_LICENSE:=GPL-2.0-only
|
||||||
|
|
@ -25,7 +25,7 @@ endef
|
||||||
define Package/self-diagnostics/install
|
define Package/self-diagnostics/install
|
||||||
$(INSTALL_DIR) $(1)/etc/self-diagnostics/spec/
|
$(INSTALL_DIR) $(1)/etc/self-diagnostics/spec/
|
||||||
$(CP) ./files/* $(1)/
|
$(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
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,self-diagnostics))
|
$(eval $(call BuildPackage,self-diagnostics))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue