From: Petr Štetiar Date: Thu, 13 Jun 2024 13:52:17 +0000 (+0000) Subject: phase1: kmodprepare: add apk compat X-Git-Tag: v16~4 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b8c8540edc233b3f58dc3fef8a5fa31016d5124e;p=buildbot.git phase1: kmodprepare: add apk compat 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 --- 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(