diff options
author | John Crispin <john@openwrt.org> | 2015-06-03 13:59:14 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-06-03 13:59:14 +0000 |
commit | 281cb95a9d7e6adcc671f3e93bc4316a1386b114 (patch) | |
tree | 20c7904026a6942a728c21fb7322d25d56186804 /package/network/services/lldpd/Makefile | |
parent | 5fe5aeaa723cf37d5b80e56b781a37b41d8bc73a (diff) | |
download | upstream-281cb95a9d7e6adcc671f3e93bc4316a1386b114.tar.gz upstream-281cb95a9d7e6adcc671f3e93bc4316a1386b114.tar.bz2 upstream-281cb95a9d7e6adcc671f3e93bc4316a1386b114.zip |
lldpd: add option to disable custom TLVs
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
SVN-Revision: 45884
Diffstat (limited to 'package/network/services/lldpd/Makefile')
-rw-r--r-- | package/network/services/lldpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile index cccb9ba5d7..81e4a8ffb0 100644 --- a/package/network/services/lldpd/Makefile +++ b/package/network/services/lldpd/Makefile @@ -100,6 +100,7 @@ CONFIGURE_ARGS += \ $(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_CUSTOM),,--disable-custom) \ $(if $(CONFIG_LLDPD_WITH_SONMP),,--disable-sonmp) \ $(if $(CONFIG_LLDPD_WITH_JSON),--with-json=json-c,--with-json=no) |