From: Adolf Belka Date: Wed, 29 Apr 2026 17:50:23 +0000 (+0200) Subject: frr: Resolve configure unrecognised option(s) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be39655976a01286e358bd48980141043bb67e9d;p=ipfire-2.x.git frr: Resolve configure unrecognised option(s) - configure: WARNING: unrecognized options: --disable-irdp - The irdp code was removed from frr in version 10.5.0 so the disable option is no longer required Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/lfs/frr b/lfs/frr index fedcb14a1..4757a8544 100644 --- a/lfs/frr +++ b/lfs/frr @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = frr -PAK_VER = 16 +PAK_VER = 17 DEPS = @@ -97,7 +97,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --disable-babeld \ --disable-bfdd \ --disable-eigrpd \ - --disable-irdp \ --disable-isisd \ --disable-ldpd \ --disable-nhrpd \