gluon/package/gluon-scheduled-domain-switch/Makefile
David Bauer d9b2a32760 gluon-scheduled-domain-switch: add package
This package allows to automatically switch to another domain, either
at a given point in time or after the node was offline long enough.
2019-02-12 09:42:56 +01:00

14 lines
316 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-scheduled-domain-switch
PKG_VERSION:=1
include ../gluon.mk
define Package/gluon-scheduled-domain-switch
TITLE:=Allows scheduled migrations between domains
DEPENDS:=+gluon-core @GLUON_MULTIDOMAIN
endef
$(eval $(call BuildPackageGluon,gluon-scheduled-domain-switch))