From patchwork Tue Sep 24 16:27:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Richard X-Patchwork-Id: 1989003 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=lYlAmRFn; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=patchwork.ozlabs.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4XClj25HN5z1xst for ; Wed, 25 Sep 2024 02:30:46 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type:List-Help: Reply-To:List-Archive:List-Unsubscribe:List-Subscribe:From:List-Post:List-Id: Message-ID:MIME-Version:Date:Subject:To:Cc:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=zlQET5W9uoGo9MAbHd9MEJBJNozueYSnx44e2tx8M/U=; b=lYlAmRFnXCe42qA08ij30GPub3 KEeESm1/ginfbKanQbOUn6lJPx10DL/JoymtYVrzs42Uhk+xEUZIhcPkdaTuDwrQ5XFXbmDGKFxJa 0S9QA5qq+owHdaOQphklCsQOd7H8ADLQd4SSfO5BFcfOlIgtUwltzLYXAIoZTS3t5DX4WmKx0YoFf ZOR5Fm4vMqRZ/enQKOVmrFfjRm8tplep9GmwSoySV4i3s06/luZYVPzv5whE9B5P+S9H5oXjeOcEA GvZauSZ1muLwxT5H7uCayq5eCmD08zHmtazQMMGmV1sHB2IcM+Vif4u8RfiWdKV0+/GQM2ApCwQ4h bs/ka3bQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1st8Pr-00000002pjb-46o4; Tue, 24 Sep 2024 16:29:31 +0000 To: openwrt-devel@lists.openwrt.org Subject: [PATCH v2 0/2] Fix the installation of linux kernel module packages from a feed Date: Tue, 24 Sep 2024 18:27:14 +0200 MIME-Version: 1.0 Message-ID: List-Id: OpenWrt Development List List-Post: X-Patchwork-Original-From: Thomas Richard via openwrt-devel From: Thomas Richard Precedence: list X-Mailman-Version: 2.1.34 X-BeenThere: openwrt-devel@lists.openwrt.org List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Thomas Richard List-Help: Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software. Hello, This is a new iteration of the series. The only change is the use of unlink to delete the packageinfo file of the kernel linux package. Regards, Thomas Thomas Richard (2): toplevel.mk: add target feeds in 'make distclean' scripts/feeds: force kernel package scan after a target installation include/toplevel.mk | 2 +- scripts/feeds | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-)