Thanks, applied as 0067253c890f3eb7d8fb01a0d2975f11ea8b1f76.

Michael

[sent from post-receive hook]

On Fri, 19 Mar 2021 08:41:17 +0100, Denis Osterland-Heim 
<[email protected]> wrote:
> Kernel >= 4.15 want to load this file.
> 
> Signed-off-by: Denis Osterland-Heim <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/crda.make b/rules/crda.make
> index 724aa7ba9ca9..9cbb7af93d2b 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)
>  
>       @$(call install_finish, crda)
>  

_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to