Skip to content

Commit

Permalink
workaround for mt7622 firmware split
Browse files Browse the repository at this point in the history
This should later become it's own configuration file of changes

Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Oct 9, 2023
1 parent 7b89a8c commit a90c945
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions asu/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ def build(req: dict, job=None):
.split()
)

if req["target"] == "mediatek/mt7622" and req["version"].startswith("23.05"):
req["packages"].append("kmod-mt7622-firmware")
log.debug(f"Added kmod-mt7622-firmware to packages")

if req.get("diff_packages"):
req["build_cmd_packages"] = diff_packages(
set(req["packages"]), default_packages | profile_packages
Expand Down

0 comments on commit a90c945

Please sign in to comment.