phase1: kmodprepare: add apk compat
authorPetr Štetiar <ynezz@true.cz>
Thu, 13 Jun 2024 13:52:17 +0000 (13:52 +0000)
committerPaul Spooren <mail@aparcar.org>
Wed, 7 Aug 2024 08:03:22 +0000 (10:03 +0200)
Ansuel reported, that with `USE_APK=y` there are no kmods available in
the build artifacts, so lets fix it by extending the rsync's include
pattern with the `apk` suffix to make it future proof.

Reported-by: Christian Marangi <ansuelsmth@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
phase1/master.cfg

index 4f767668ce8a2428241930dfdc6fd884ac6e7075..41968d6fd3ed9d39265005195658384cb8a5e88b 100644 (file)
@@ -1307,6 +1307,7 @@ def prepareFactory(target):
             command=[
                 "rsync",
                 "--include=/kmod-*.ipk",
+                "--include=/kmod-*.apk",
                 "--exclude=*",
                 "-va",
                 Interpolate(