mirror of
https://github.com/openwrt/routing.git
synced 2026-07-16 16:51:52 +04:00
quagga: fix dependency to libcares
Commit 9a89e57d76 ("quagga: update to 1.2.4") introduced a dependency
to libcares.
Fix this by disabling the not used nhrpd (next hop resolution protocol).
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
This commit is contained in:
@@ -174,6 +174,7 @@ CONFIGURE_ARGS+= \
|
||||
--disable-ospfclient \
|
||||
--disable-capabilities \
|
||||
--disable-doc \
|
||||
--disable-nhrpd \
|
||||
$(call autoconf_bool,CONFIG_PACKAGE_quagga-libzebra,zebra) \
|
||||
$(call autoconf_bool,CONFIG_PACKAGE_quagga-libospf,ospfd) \
|
||||
$(call autoconf_bool,CONFIG_PACKAGE_quagga-bgpd,bgpd) \
|
||||
|
||||
Reference in New Issue
Block a user