build: don't include kernel/libc in package index
authorPaul Spooren <mail@aparcar.org>
Tue, 29 Oct 2024 10:09:24 +0000 (11:09 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 30 Oct 2024 13:17:33 +0000 (14:17 +0100)
commit07b845b1f2e7417c39f3585d971b05f7ab3ce08b
tree112011ded491b5c46ff710fded4f6a019e8e5232
parent36834ea3403d05b6beab3a2efc3f00f097e58c81
build: don't include kernel/libc in package index

The same that is done in `ipkg-make-index.sh` should happen with APK.
If the pseudo packages, only added to add dependency constraints, are
added to the index, APK happily "upgrades" them and installs updated
kmods, too. However, the Kernel itself is never installed via a regular
package.

Fixes: https://github.com/openwrt/openwrt/issues/16808
Signed-off-by: Paul Spooren <mail@aparcar.org>
package/Makefile