lldpd: add option to disable custom TLVs
[openwrt/staging/chunkeey.git] / package / network / services / lldpd / Makefile
index cccb9ba5d771d6844efa69df9580f9f26282c146..81e4a8ffb0d859f6d737344be4f01b5acfc1f4fc 100644 (file)
@@ -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)