From patchwork Sat Jan 7 11:47:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 6417 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 4Npz3B0tY2z43Z2 for ; Sat, 7 Jan 2023 11:47:34 +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 4Npz342jYhz3Bp; Sat, 7 Jan 2023 11:47:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Npz3420dJz2yF3; Sat, 7 Jan 2023 11:47:28 +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 4Npz311llYz2yYM for ; Sat, 7 Jan 2023 11:47:25 +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 4Npz304XT3zyZ; Sat, 7 Jan 2023 11:47:24 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1673092044; 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=kOPFeJfztdAOoSxYkMeUYzMGUlE3vFodxs3SAtdBv68=; b=dSPyZfGJ4XcPD9zhndLrV3TDQnltjgKNpw7wVUsGomZE/PYDJfNVPU8DRtNNKdCwsYKRi/ 1AjWsSHXBqG75PAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1673092044; 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=kOPFeJfztdAOoSxYkMeUYzMGUlE3vFodxs3SAtdBv68=; b=HgZfx+ZKzFW5gZft/TIrVSjt/ICV3RHmILR4ZAF7VdkvEULqpIzZFDOj1U7gH2dn2Ajsls yNmcERyZ+LE6WJ59fTB7cKWMTMzlbJJTBx9KKGN4MZow0CXpynzN/sUOei2B0RpPmXgv7I QkxU5FVLtMMp41EkgfGkkYCUgYx2YiwqhL93BPmDlBWZGh4Pyo3yRvaD0Eb/7yJLyY1aVm NFCPz/l5TSUXcW0GMKYSYEaL08ZLr9anQ2c+/ZCvfyZR9rBziGNhajiKDzvureLaRiGegW jNEqe29Ohwlx0LrNre+il2IV0RjApL9DVsjEF/ZpmDfPQogoujuX3g7KIn0ttg== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH 8/9] xradio: disabled build Date: Sat, 7 Jan 2023 11:47:00 +0000 Message-Id: <20230107114701.4075482-9-arne_f@ipfire.org> In-Reply-To: <20230107114701.4075482-1-arne_f@ipfire.org> References: <20230107114701.4075482-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" im not sure if i can fix this next days, if not i will remove the module. It only works on armv6l and is not widespread. --- lfs/xradio | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/xradio b/lfs/xradio index 84374319e..c34ecd90b 100644 --- a/lfs/xradio +++ b/lfs/xradio @@ -35,7 +35,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)-kmod-$(KVER)-$(VERSUFIX) -SUP_ARCH = armv6l +#SUP_ARCH = armv6l +SUP_ARCH = none ############################################################################### # Top-level Rules