gluon/package/gluon-config-mode-contact-info/Makefile
Matthias Schiffer b8fa1b2a99
gluon-config-mode-contact-info: remove useless description
The first half was just the package title, the second was outdated.
2018-06-04 23:15:59 +02:00

14 lines
362 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-config-mode-contact-info
PKG_VERSION:=1
include ../gluon.mk
define Package/gluon-config-mode-contact-info
TITLE:=Allows the user to provide contact information to be distributed in the mesh
DEPENDS:=+gluon-config-mode-core +gluon-node-info
endef
$(eval $(call BuildPackageGluon,gluon-config-mode-contact-info))