mediatek-sdk: update to latest SDK kernel

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2024-04-25 08:43:45 +02:00
parent 1e3c449235
commit 1e7cf483a4
1763 changed files with 357553 additions and 7772 deletions

View File

@@ -179,7 +179,7 @@ index 0000000000..610d5b517a
+ ).returncode:
+ die(f"Error installing {feed}")
+
+ packages = ["./scripts/feeds", "install" ]
+ packages = ["./scripts/feeds", "install", "-f" ]
+ for package in profile.get("packages", []):
+ packages.append(package)
+ if len(packages) > 2: