From b8fa1b2a995e0f7e0fb1d5748e94a4b95e92ec35 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 4 Jun 2018 23:15:59 +0200 Subject: [PATCH] gluon-config-mode-contact-info: remove useless description The first half was just the package title, the second was outdated. --- package/gluon-config-mode-contact-info/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package/gluon-config-mode-contact-info/Makefile b/package/gluon-config-mode-contact-info/Makefile index fba53c4d..ad27ffa2 100644 --- a/package/gluon-config-mode-contact-info/Makefile +++ b/package/gluon-config-mode-contact-info/Makefile @@ -10,9 +10,4 @@ define Package/gluon-config-mode-contact-info DEPENDS:=+gluon-config-mode-core +gluon-node-info endef -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))