From 56cf279468f35c6d75e8a54687c506af2d70d73a Mon Sep 17 00:00:00 2001 From: genofire Date: Sun, 10 Jul 2022 00:47:12 +0200 Subject: [PATCH] fix(respondd): disable temporary respondd-module-lldp --- site.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site.mk b/site.mk index b60c2db..941df95 100755 --- a/site.mk +++ b/site.mk @@ -25,9 +25,10 @@ GLUON_SITE_PACKAGES += \ respondd-wifi \ respondd-module-wifisettings \ respondd-module-interface-address \ - respondd-module-lldp \ reghack \ tcpdump +#TODO disabled, till fixed: +# respondd-module-lldp \ # Allow overriding the these variables from the command line GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))