From patchwork Wed Apr 29 17:50:23 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9753 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g5Pww4zrgz3x6k for ; Wed, 29 Apr 2026 17:50:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g5Pww3qJNz7JN for ; Wed, 29 Apr 2026 17:50:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g5Pwj318Rz34VN for ; Wed, 29 Apr 2026 17:50:45 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g5Pwf6k5fz30Mt for ; Wed, 29 Apr 2026 17:50:42 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4g5Pwf5PKSz44C; Wed, 29 Apr 2026 17:50:42 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777485042; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fyDRd+2h2CrEIBFNGjsdSqIeaRvfl+De0pWEBKLL4tg=; b=Oz0fFwYtqgy0IHwqP8l9AMwJb8N2emGw0DHSYqIaMf8PLOrVpLod10AlBPgE9FDpzTlZbh UjlJHejoqIbP2pCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777485042; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fyDRd+2h2CrEIBFNGjsdSqIeaRvfl+De0pWEBKLL4tg=; b=rC+tIntMrU/6HEzUW2L7K/1d0YAbGDoZ+lkSNp9v6+rjxJ6ASMSUVDwKsDuGppBwRi00Pc qf3CohTBjvdmUAzP4Ivzuth0eijlsFLcvkklxmXq2GMjGcRC39uqM0sa9UzB/f1ZCHzatd 4eS5b7TgeC5WpgfZl3srDOnmyDJCU5O5tZ0rm7E1Lx7UJ3jCKVNsPRx088dftAql/EeAlF EhZiY6Uuu9EsHftRt7b+vAsza82mzSd7qN5+bjtTdCAWDFOhRWi/t3+bAPR7ezsbdpBB5G RzNe423WyrDIOmIolZctiS0I59hhaPahEs/7sR8i89zqXDzqdT43Bl+RVKdkZQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 03/12] frr: Resolve configure unrecognised option(s) Date: Wed, 29 Apr 2026 19:50:23 +0200 Message-ID: <20260429175032.2811103-3-adolf.belka@ipfire.org> In-Reply-To: <20260429175032.2811103-1-adolf.belka@ipfire.org> References: <20260429175032.2811103-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - 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 --- lfs/frr | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 \