gluon/package/gluon-config-mode-contact-info/Makefile
Jan-Niklas Burfeind 056b7a8160 does not build
2023-01-04 16:03:10 +01:00

13 lines
345 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-config-mode-contact-info
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))