gluon/package/gluon-config-mode-autoupdater/Makefile
2018-03-08 19:49:41 +01:00

16 lines
392 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-config-mode-autoupdater
PKG_VERSION:=1
include ../gluon.mk
define Package/gluon-config-mode-autoupdater
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Config Mode: Let the user know whether the autoupdater is enabled or not
DEPENDS:=+gluon-config-mode-core +gluon-autoupdater
endef
$(eval $(call BuildPackageGluon,gluon-config-mode-autoupdater))