Skip to content
Snippets Groups Projects
Verified Commit 083c3ca9 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

Add dummy updater package

parent fbc9a3e0
Branches
Tags
No related merge requests found
......@@ -130,6 +130,17 @@ define Package/opkg-trans/install
true
endef
# This is same case as opkg-trans. Updater is package with originally obsolete
# updater version.
define Package/updater
TITLE:=Dummy updater package
endef
define Package/updater/install
true
endef
$(eval $(call BuildPackage,updater-ng))
$(eval $(call BuildPackage,opkg-trans))
$(eval $(call BuildPackage,updater))
$(eval $(call HostBuild))
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment