]> 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>
Mon, 12 Jan 2026 13:28:52 +0000 (14:28 +0100)
commit2d844a077089575ab67fcbd15e021a981387e668
treeffcdf63324a27be2a89a593eaf3ae0f4fb4ff3d0
parent8cc2743c4865607b67f9b4b2ecacb62e242abb20
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
Signed-off-by: Robert Marko <robimarko@gmail.com>
include/kernel.mk
include/package-pack.mk
include/package.mk