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))