From patchwork Sun Oct 5 12:39:33 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9161 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 "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cfhmw2N3Hz3wkk for ; Sun, 05 Oct 2025 12:39:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.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" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cfhmw1dCtz3vx for ; Sun, 05 Oct 2025 12:39:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cfhmw0v0Bz32g4 for ; Sun, 05 Oct 2025 12:39:44 +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 "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cfhms3snXz32fp for ; Sun, 05 Oct 2025 12:39:41 +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 4cfhms2DWQzyD; Sun, 05 Oct 2025 12:39:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1759667981; 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=oqcNM4egm55e7dfOOQVJMwdkS3BkSFIVtU7MUp1kCFw=; b=42WOzTKWCoMfRKNqdG3MFH3sqXFGHaGACA7zFppNcaEQzxj5y1m96X0oJShtdLDETxaqyi ya5KITdNb0EdDGAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1759667981; 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=oqcNM4egm55e7dfOOQVJMwdkS3BkSFIVtU7MUp1kCFw=; b=EqJjrGWD1vABBHnqlwbcIqRVnwMwRM5h0Jeox6f/kZTyjB9/hlB+tlEpmW/o3ymLmpq2fh xC7Rjhh2wtU2nHqfZLh8TvP7hXjuLf40hX/WHi5JbIO9olwvxveJHemPxse49oUby5GysS eNp4d9t84L0wK3Uv5mYaMbFeg+7l73eslOVADXWKLayXcbAD2Dv0NmDRlK6aTlPPC+/WLx ZcV1LCNaCP4a0vTbUPhO8SjfoBWcPaULD01vMlBggr5qt5e9q0LJNVa867NaKGXmPGy++E Q/1Ed+KnBFLt09y5mtyaJdKUCafY3oIhNIBRl+Iay4M80ssHAyLaDY0RqdKjOA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] core199: Ship iproute2 Date: Sun, 5 Oct 2025 14:39:33 +0200 Message-ID: <20251005123933.3411832-2-adolf.belka@ipfire.org> In-Reply-To: <20251005123933.3411832-1-adolf.belka@ipfire.org> References: <20251005123933.3411832-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/199/filelists/iproute2 | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/199/filelists/iproute2 diff --git a/config/rootfiles/core/199/filelists/iproute2 b/config/rootfiles/core/199/filelists/iproute2 new file mode 120000 index 000000000..05f0f71fb --- /dev/null +++ b/config/rootfiles/core/199/filelists/iproute2 @@ -0,0 +1 @@ +../../../common/iproute2 \ No newline at end of file