diff options
| author | Ralf Luther <luther.ralf@gmail.com> | 2024-05-30 10:05:29 +0200 |
|---|---|---|
| committer | Ralf Luther <luther.ralf@gmail.com> | 2024-05-30 10:15:33 +0200 |
| commit | e4b63de1164485e81bb969f9e75d7e6e8a78e36e (patch) | |
| tree | 780bd790aa53596157881535015b2c227f312364 | |
| parent | 347d6643dc2a36d7d6513256d443dd54c3d5a043 (diff) | |
fixup! guacamole: Only sync the device firmware no all (1/2)
Ups, we do not use a sparse clone, so a chenge in the device's vendor repo is necessary (which I did not do as of merging).
So, we clone all firmwares again for now.
Change-Id: I98322614b7f943776a7227577d4da1fda6ce6851
| -rw-r--r-- | aicp.dependencies | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aicp.dependencies b/aicp.dependencies index e6edc4b..fd2c6d2 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -1,8 +1,8 @@ [ { "remote": "gitlab", - "repository": "the-muppets/proprietary_vendor_firmware/guacamole", - "target_path": "vendor/firmware/guacamole", + "repository": "the-muppets/proprietary_vendor_firmware", + "target_path": "vendor/firmware", "clone-depth": "1", "branch": "lineage-20" }, |
