c1b9ea2d9c
This package allows to automatically switch to another domain, either at a given point in time or after the node was offline long enough.
14 lines
316 B
Makefile
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))
|