From patchwork Sun Nov 27 16:53:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 6185 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NKvnV1l19z3wbm for ; Sun, 27 Nov 2022 16:53:50 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NKvnS1LBQz2Hx; Sun, 27 Nov 2022 16:53:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NKvnR65LYz2yLH; Sun, 27 Nov 2022 16:53:47 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NKvnQ5QS7z2xGx for ; Sun, 27 Nov 2022 16:53:46 +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 4NKvnP6w1jzdn; Sun, 27 Nov 2022 16:53:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669568026; 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; bh=xs8OKdofE6diqrddzmswHZ4KUPUM2Wdf/8+dYtF8b1I=; b=wPFSZ8E18yvs/GHW80zr5d72eEwzckvTqng2To3brmP6UGJOunYmdEKF2uhTL6dCiZxB1r kC/kLStTR42q25BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669568026; 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; bh=xs8OKdofE6diqrddzmswHZ4KUPUM2Wdf/8+dYtF8b1I=; b=DsKSlXfItY9EqzJpZCN3PkGz78K/9RLB/1VEkUM3AvisMydNz5WpcjtemjMf01Cd33YuT7 QOeiCx70pKM6UGfpTsDFsYclbnBZLoUHqcbJO+W3zBoE0cpMH4jQmaRIOu+JmCXiKG99IP iAIYq9UjiPtfXsHrIL/DfzfoTX0FY/+KlpJ2ESuyptVIPVCrC7T50eat/7aRByuIlyb1R2 2EG/d7s1XqeYfPsaDiLeRfd4njSHL8J9rOiZz4DHg2K8nN71czu3y7dLVyCguMLu5CeYZp u0FhcrO/YASuOyGsiNAw9/ZX533CAFYNW3KohEFVtMbXwtql0c6pb3DkgSVk0Q== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] core172: add missing armv6 rootfile link for python3 Date: Sun, 27 Nov 2022 16:53:18 +0000 Message-Id: <20221127165318.3213689-1-arne_f@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" this fix build of core172 for armv6. Signed-off-by: Arne Fitzenreiter Reviewed-by: Peter Müller --- config/rootfiles/core/172/filelists/armv6l/python3 | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/172/filelists/armv6l/python3 diff --git a/config/rootfiles/core/172/filelists/armv6l/python3 b/config/rootfiles/core/172/filelists/armv6l/python3 new file mode 120000 index 000000000..605f80687 --- /dev/null +++ b/config/rootfiles/core/172/filelists/armv6l/python3 @@ -0,0 +1 @@ +../../../../common/armv6l/python3 \ No newline at end of file