[packages] quagga: Disable ospfclient (thanks jow)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29128 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2011-11-14 18:32:16 +00:00
parent ae382a22db
commit 1d7c9bae52

View File

@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=quagga
ifneq ($(CONFIG_QUAGGA_OLD),)
PKG_VERSION:=0.98.6
PKG_RELEASE:=10
PKG_RELEASE:=11
PKG_MD5SUM:=b0d4132039953a0214256873b7d23d68
PATCH_DIR:=./patches-old
else
PKG_VERSION:=0.99.20
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_MD5SUM:=64cc29394eb8a4e24649d19dac868f64
endif
@ -170,6 +170,7 @@ CONFIGURE_ARGS+= \
--enable-group=network \
--enable-pie=no \
--enable-multipath=8 \
--disable-ospfclient \
$(call autoconf_bool,CONFIG_PACKAGE_quagga-libzebra,zebra) \
$(call autoconf_bool,CONFIG_PACKAGE_quagga-libospf,ospfd) \
$(call autoconf_bool,CONFIG_PACKAGE_quagga-bgpd,bgpd) \