mbox series

[v2,0/2] Fix the installation of linux kernel module packages from a feed

Message ID mailman.117544.1727195369.1280.openwrt-devel@lists.openwrt.org
Headers show
Series Fix the installation of linux kernel module packages from a feed | expand

Message

Thomas Richard Sept. 24, 2024, 4:27 p.m. UTC
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(-)