phase1: remove kmods in target packages if archive is enabled
authorDaniel Golle <daniel@makrotopia.org>
Fri, 15 Nov 2024 14:27:55 +0000 (15:27 +0100)
committerPetr Štetiar <ynezz@true.cz>
Mon, 18 Nov 2024 08:08:54 +0000 (08:08 +0000)
commitec2bd8a07e88f4e251fccb99142bd46c816d62ec
tree5da4f14a834d6f889314745f6987ad00e13af329
parentb54911df58076545e2be1960dea8f8cb9c03636e
phase1: remove kmods in target packages if archive is enabled

OPKG gets confused if kmod packages are present in both, target packages
as well as kernel version specific folder.
Remove them from target packages to make opkg pick the kmods from kmod
archive folder only.

This also affects APK that picks packages from the first entry in the
repository file and doesn't support checking the same package from
multiple entry.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
[ add --remove-source-files and improve implementation ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
phase1/master.cfg