From patchwork Tue Feb 22 12:51:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5257 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4K2zbM1rnNz3xgV for ; Tue, 22 Feb 2022 12:52:31 +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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4K2zZq4cKRz5b8; Tue, 22 Feb 2022 12:52:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4K2zZk4p76z32Ny; Tue, 22 Feb 2022 12:51:58 +0000 (UTC) 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4K2zZh6HTFz32MK for ; Tue, 22 Feb 2022 12:51:56 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4K2zZh3V2kz5VX; Tue, 22 Feb 2022 12:51:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1645534316; 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=G2chY5Y4QJRvvZW4iQnFdgM63SyOzj2K0sIXpB87WdE=; b=fLAFUqg48B8a+jeCV+tR45bvNLnJh3mN1GQFxDiP8j3oV3VYavUn1WxR66e4Smh6EH4XZg +w+ctC3V1Ee7ZOCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1645534316; 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=G2chY5Y4QJRvvZW4iQnFdgM63SyOzj2K0sIXpB87WdE=; b=WeLQZAyuYIGrJZ928bizB0QywLOafobaYDM6SiqRDhu/+2sJIJ4A2l0bRNtOIBhGr251En /JFUM6jUqx3PyiuxMip3U4aGl95dxNVcqVrLau+/7p2Q2b0Eo+swiQJ0OUUEGwJn4oijRc mns2Opmsq+LJZZJvrVE5lEY2dQRxc/k81UPDQRvE5x2H+s2S/mu5X0XqnWpIBwdXMziDPx rDIyLEbITTrd0BM6SvuzTEonrcSXtOoU+F58zfUTsW5rpTk9oroudLJPJjGeNJHjf4M7zn jICQs9jGbELpK3maO2Sek9p8aKG5BULxtyAMdLREmUiTZ2+yuAd3thYrCDN8ag== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 35/50] core164: exclude boot/uEnv.txt Date: Tue, 22 Feb 2022 12:51:20 +0000 Message-Id: <20220222125135.1211290-36-michael.tremer@ipfire.org> In-Reply-To: <20220222125135.1211290-1-michael.tremer@ipfire.org> References: <20220222125135.1211290-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" From: Arne Fitzenreiter uEnv.txt was destroyed on aarch64 because here a new u-boot was shipped. Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/164/exclude | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/164/exclude b/config/rootfiles/core/164/exclude index 818039f4a..b22e5e943 100644 --- a/config/rootfiles/core/164/exclude +++ b/config/rootfiles/core/164/exclude @@ -1,6 +1,7 @@ boot/config.txt boot/grub/grub.cfg boot/grub/grubenv +boot/uEnv.txt etc/alternatives etc/collectd.custom etc/default/grub