lldpcli uses libreadline for tab completion. libreadline take around 110kb.
Signed-off-by: Alexander Couzens <[email protected]> --- package/network/services/lldpd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile index 49940cd..3136783 100644 --- a/package/network/services/lldpd/Makefile +++ b/package/network/services/lldpd/Makefile @@ -59,6 +59,7 @@ endef CONFIGURE_ARGS += \ --with-privsep-user=lldp \ --with-privsep-group=lldp \ - --with-privsep-chroot=/var/run/lldp + --with-privsep-chroot=/var/run/lldp \ + --with-readline=no $(eval $(call BuildPackage,lldpd)) -- 1.8.5.2 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
