Skip to content
Snippets Groups Projects
Makefile 578 B
Newer Older
  • Learn to ignore specific revisions
  • include $(TOPDIR)/rules.mk
    
    PKG_NAME:=gluon-config-mode-contact-info
    PKG_VERSION:=1
    
    
    include ../gluon.mk
    
    
    define Package/gluon-config-mode-contact-info
      SECTION:=gluon
      CATEGORY:=Gluon
    
      TITLE:=Allows the user to provide contact information to be distributed in the mesh
    
      DEPENDS:=+gluon-config-mode-core +gluon-node-info
    
    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
    
    
    $(eval $(call BuildPackageGluon,gluon-config-mode-contact-info))