]> git.ipfire.org Git - thirdparty/openwrt.git/commit
build: fix implicit self-provides
authorGeorge Sapkin <george@sapk.in>
Mon, 5 Jan 2026 02:03:00 +0000 (04:03 +0200)
committerRobert Marko <robimarko@gmail.com>
Fri, 16 Jan 2026 16:13:00 +0000 (17:13 +0100)
commit46244b6b0becf2634c2bbef67ec6331c3ed274e4
tree583958d992c29a94cba1919f8613d88585fde40e
parent2f644e7cad0205f46cc7d135ba8c96108488e25e
build: fix implicit self-provides

Fix setting implicit self-provides for packages when they don't have any
PROVIDES specified.

Remove redundant self-provide for kmods, since kmods are packages and
will have a self-provide added already.

Fixes: 5ed650a ("build: add support for virtual provides")
Fixes: 9b37b71 ("build: provide virtual self in kmods")
Signed-off-by: George Sapkin <george@sapk.in>
Link: https://github.com/openwrt/openwrt/pull/21369
(cherry picked from commit 2d844a077089575ab67fcbd15e021a981387e668)
Link: https://github.com/openwrt/openwrt/pull/21547
Signed-off-by: Robert Marko <robimarko@gmail.com>
include/kernel.mk
include/package-pack.mk
include/package.mk