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 <ansuelsmth@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
  • Loading branch information
ynezz authored and aparcar committed Aug 7, 2024
1 parent f558acb commit b8c8540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phase1/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1307,6 +1307,7 @@ def prepareFactory(target):
command=[
"rsync",
"--include=/kmod-*.ipk",
"--include=/kmod-*.apk",
"--exclude=*",
"-va",
Interpolate(
Expand Down

0 comments on commit b8c8540

Please sign in to comment.