summaryrefslogtreecommitdiff
path: root/scripts/package-build
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2025-11-05 14:47:43 +0000
committerGitHub <noreply@github.com>2025-11-05 14:47:43 +0000
commit417c9c5ff2b7ee9cd0b1c8b3bd8d9b1f44fca312 (patch)
tree72918109733c88e0395cae80bfa16691fe0da05d /scripts/package-build
parente8b465297dd33f34193f96e2fd4e2ade952e2a13 (diff)
parent1da42cf6c8a2b81cc9d2fc1d27597acd2a342bd6 (diff)
downloadvyos-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/package-build')
-rw-r--r--scripts/package-build/hostap/package.toml2
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"