mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
lldpd: build without libreadline
lldpcli uses libreadline for tab completion. libreadline take around 110kb. Signed-off-by: Alexander Couzens <lynxis@fe80.eu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39421 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user