diff options
| author | Daniil Baturin <daniil@baturin.org> | 2025-11-05 14:20:08 +0000 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2025-11-05 14:20:08 +0000 |
| commit | 1da42cf6c8a2b81cc9d2fc1d27597acd2a342bd6 (patch) | |
| tree | 72918109733c88e0395cae80bfa16691fe0da05d | |
| parent | e8b465297dd33f34193f96e2fd4e2ade952e2a13 (diff) | |
| download | vyos-build-1da42cf6c8a2b81cc9d2fc1d27597acd2a342bd6.tar.gz vyos-build-1da42cf6c8a2b81cc9d2fc1d27597acd2a342bd6.zip | |
hostap: T7993: fix the git source URL
| -rw-r--r-- | scripts/package-build/hostap/package.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package-build/hostap/package.toml b/scripts/package-build/hostap/package.toml index 86033ec1..2a76d78e 100644 --- a/scripts/package-build/hostap/package.toml +++ b/scripts/package-build/hostap/package.toml @@ -7,5 +7,5 @@ build_cmd = "/bin/true" [[packages]] name = "hostap" commit_id = "525bbfca3" -scm_url = "git://w1.fi/srv/git/hostap.git" +scm_url = "https://git.w1.fi/hostap.git" build_cmd = "cd ..; y | ./build.sh" |
