From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from [2a0a:edc0:0:c01:1d::a2] (helo=drehscheibe.grey.stw.pengutronix.de) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lKcID-0007A6-ON for ptxdist@pengutronix.de; Fri, 12 Mar 2021 08:33:05 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lKcID-000587-8g for ptxdist@pengutronix.de; Fri, 12 Mar 2021 08:33:05 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1lKcID-001Nuc-1R for ptxdist@pengutronix.de; Fri, 12 Mar 2021 08:33:05 +0100 Date: Fri, 12 Mar 2021 08:33:05 +0100 From: Michael Olbrich Message-ID: <20210312073305.GA306772@pengutronix.de> References: <20210311075202.1876-1-denis.osterland@diehl.com> <1e96ffe70635aa71c8bbf9b7849ecb8ba37465b7.camel@diehl.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1e96ffe70635aa71c8bbf9b7849ecb8ba37465b7.camel@diehl.com> Subject: Re: [ptxdist] [PATCH] crda: install regulatory.db too List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Hi, On Thu, Mar 11, 2021 at 07:55:21AM +0000, Denis Osterland-Heim wrote: > Once more, sorry for the inconvenience. No problem. > Please find mbox attached. You can just send the attached mbox. As you can see below, my email client (mutt) quotes the attachment so I can easily reply and comment. And I can apply the patch just like any inline patch, so no extra work for me. > Date: Thu, 11 Mar 2021 08:52:02 +0100 > From: Denis Osterland-Heim > To: ptxdist@pengutronix.de > Subject: [PATCH] crda: install regulatory.db too > Message-ID: <20210311075202.1876-1-denis.osterland@diehl.com> > X-Mailer: git-send-email 2.30.2 > > Kernel >= 4.15 want to load this file. > > Signed-off-by: Denis Osterland-Heim > --- > rules/crda.make | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/rules/crda.make b/rules/crda.make > index 724aa7ba9..9cbb7af93 100644 > --- a/rules/crda.make > +++ b/rules/crda.make > @@ -74,6 +74,10 @@ $(STATEDIR)/crda.install: > @$(call world/install, CRDA) > @install -vD -m 644 $(CRDA_REGDB_DIR)/$(CRDA_REGDB)/regulatory.bin \ > $(CRDA_PKGDIR)/usr/lib/crda/regulatory.bin > + @install -vD -m 0644 $(CRDA_REGDB_DIR)/$(CRDA_REGDB)/regulatory.db \ > + $(CRDA_PKGDIR)/lib/firmware/regulatory.db > + @install -vD -m 0644 $(CRDA_REGDB_DIR)/$(CRDA_REGDB)/regulatory.db.p7s \ > + $(CRDA_PKGDIR)/lib/firmware/regulatory.db.p7s > @install -vD -m 644 $(CRDA_REGDB_DIR)/pubkeys/linville.key.pub.pem \ > $(CRDA_PKGDIR)/usr/lib/crda/pubkeys/linville.key.pub.pem > @install -vD -m 644 $(CRDA_REGDB_DIR)/pubkeys/sforshee.key.pub.pem \ > @@ -103,6 +107,10 @@ $(STATEDIR)/crda.targetinstall: > /usr/lib/crda/pubkeys) > @$(call install_alternative, crda, 0, 0, 0644, \ > /usr/lib/crda/regulatory.bin) > + @$(call install_alternative, crda, 0, 0, 0644, \ > + /lib/firmware/regulatory.db) > + @$(call install_alternative, crda, 0, 0, 0644, \ > + /lib/firmware/regulatory.db.p7s) So the commit message mentions regulatory.db but not regulatory.db.p7s. What is that file for? Michael > > @$(call install_finish, crda) > > -- > 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de