]> git.ipfire.org Git - thirdparty/openwrt.git/commit
build: provide virtual self in kmods
authorGeorge Sapkin <george@sapk.in>
Sun, 28 Dec 2025 15:22:41 +0000 (17:22 +0200)
committerRobert Marko <robimarko@gmail.com>
Wed, 31 Dec 2025 17:16:48 +0000 (18:16 +0100)
commit9b37b7185c18855f4e017ac573701cdcd92fbcd1
tree75a9a79fdfe0d382fe36af9363a86aef6787c85f
parent5ed650acbfd9cfbfd6a381df7db060c9153bacfc
build: provide virtual self in kmods

Add an implicit self-provide to kmods. apk can't handle self provides,
be it versioned or virtual, so opt for a prefix and a suffix instead.
Package name without a prefix/suffix is too generic and might conflict
with other packages, e.g. wireguard. This allows several variants to
provide the same virtual package without adding extra provides to the
default one, e.g. r8169 implicitly provides kmod-r8169-any and is marked
as default, so r8125 can explicitly provide @kmod-r8169-any as well.

Signed-off-by: George Sapkin <george@sapk.in>
Link: https://github.com/openwrt/openwrt/pull/21288
Signed-off-by: Robert Marko <robimarko@gmail.com>
include/kernel.mk
include/package-pack.mk