diff options
| author | Daniil Baturin <daniil@vyos.io> | 2025-11-05 14:47:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 14:47:43 +0000 |
| commit | 417c9c5ff2b7ee9cd0b1c8b3bd8d9b1f44fca312 (patch) | |
| tree | 72918109733c88e0395cae80bfa16691fe0da05d /scripts | |
| parent | e8b465297dd33f34193f96e2fd4e2ade952e2a13 (diff) | |
| parent | 1da42cf6c8a2b81cc9d2fc1d27597acd2a342bd6 (diff) | |
| download | vyos-build-417c9c5ff2b7ee9cd0b1c8b3bd8d9b1f44fca312.tar.gz vyos-build-417c9c5ff2b7ee9cd0b1c8b3bd8d9b1f44fca312.zip | |
Merge pull request #1067 from dmbaturin/T7993-fix-hostapd-git-url
hostap: T7993: fix the git source URL
Diffstat (limited to 'scripts')
| -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" |
