2014-07-27 17:31:45 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gluon-config-mode-contact-info
|
|
|
|
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-contact-info
|
2016-09-07 04:44:57 +00:00
|
|
|
TITLE:=Allows the user to provide contact information to be distributed in the mesh
|
2017-07-08 14:34:40 +00:00
|
|
|
DEPENDS:=+gluon-config-mode-core +gluon-node-info
|
2014-07-27 17:31:45 +00:00
|
|
|
endef
|
|
|
|
|
2016-09-07 04:44:57 +00:00
|
|
|
define Package/gluon-config-mode-contact-info/description
|
|
|
|
Allows the user to provide contact information to be distributed in the mesh.
|
|
|
|
Can be made obligatory in site.conf
|
|
|
|
endef
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
$(eval $(call BuildPackageGluon,gluon-config-mode-contact-info))
|