2014-07-27 17:31:45 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gluon-config-mode-autoupdater
|
|
|
|
PKG_VERSION:=1
|
|
|
|
|
2016-10-08 22:18:45 +00:00
|
|
|
include ../gluon.mk
|
2014-07-27 17:31:45 +00:00
|
|
|
|
|
|
|
define Package/gluon-config-mode-autoupdater
|
|
|
|
SECTION:=gluon
|
|
|
|
CATEGORY:=Gluon
|
2017-02-08 21:19:24 +00:00
|
|
|
TITLE:=Config Mode: Let the user know whether the autoupdater is enabled or not
|
2017-07-08 14:34:40 +00:00
|
|
|
DEPENDS:=+gluon-config-mode-core +gluon-autoupdater
|
2014-07-27 17:31:45 +00:00
|
|
|
endef
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
$(eval $(call BuildPackageGluon,gluon-config-mode-autoupdater))
|