From 31b8de458787a3e935f4181363092543be6b99f6 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 13 Mar 2015 08:38:25 +0000 Subject: lldpd: make LLDP-MED, DOT1 and DOT3 extensions disable-able The names for the config options were taken from lldpd's configure.ac file. Signed-off-by: Alexandru Ardelean SVN-Revision: 44743 --- package/network/services/lldpd/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/network/services/lldpd/Makefile') diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile index 5a1921e9d0..6f97f45e65 100644 --- a/package/network/services/lldpd/Makefile +++ b/package/network/services/lldpd/Makefile @@ -85,6 +85,9 @@ CONFIGURE_ARGS += \ $(if $(CONFIG_LLDPD_WITH_CDP),,--disable-cdp) \ $(if $(CONFIG_LLDPD_WITH_FDP),,--disable-fdp) \ $(if $(CONFIG_LLDPD_WITH_EDP),,--disable-edp) \ + $(if $(CONFIG_LLDPD_WITH_LLDPMED),,--disable-lldpmed) \ + $(if $(CONFIG_LLDPD_WITH_DOT1),,--disable-dot1) \ + $(if $(CONFIG_LLDPD_WITH_DOT3),,--disable-dot3) \ $(if $(CONFIG_LLDPD_WITH_SONMP),,--disable-sonmp) \ $(if $(CONFIG_LLDPD_WITH_JSON),--with-json=json-c) -- cgit v1.2.3