From b8c8540edc233b3f58dc3fef8a5fa31016d5124e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= Date: Thu, 13 Jun 2024 13:52:17 +0000 Subject: [PATCH] phase1: kmodprepare: add apk compat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Petr Štetiar --- phase1/master.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/phase1/master.cfg b/phase1/master.cfg index 4f76766..41968d6 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -1307,6 +1307,7 @@ def prepareFactory(target): command=[ "rsync", "--include=/kmod-*.ipk", + "--include=/kmod-*.apk", "--exclude=*", "-va", Interpolate(