Skip to content

Commit

Permalink
phase1: kmodprepare: add apk compat
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Petr Štetiar <[email protected]>
  • Loading branch information
ynezz committed Jun 13, 2024
1 parent d7c977e commit bc41455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phase1/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ def prepareFactory(target):
descriptionDone="Kmod archive prepared",
command=[
"rsync",
"--include=/kmod-*.ipk",
"--include=/kmod-*.{ipk,apk}",
"--exclude=*",
"-va",
Interpolate(
Expand Down

0 comments on commit bc41455

Please sign in to comment.