fix(respondd): disable temporary respondd-module-lldp
This commit is contained in:
parent
d8e3d91892
commit
56cf279468
3
site.mk
3
site.mk
|
@ -25,9 +25,10 @@ GLUON_SITE_PACKAGES += \
|
||||||
respondd-wifi \
|
respondd-wifi \
|
||||||
respondd-module-wifisettings \
|
respondd-module-wifisettings \
|
||||||
respondd-module-interface-address \
|
respondd-module-interface-address \
|
||||||
respondd-module-lldp \
|
|
||||||
reghack \
|
reghack \
|
||||||
tcpdump
|
tcpdump
|
||||||
|
#TODO disabled, till fixed:
|
||||||
|
# respondd-module-lldp \
|
||||||
|
|
||||||
# Allow overriding the these variables from the command line
|
# Allow overriding the these variables from the command line
|
||||||
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
||||||
|
|
Loading…
Reference in New Issue