diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-20 09:28:56 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-07-20 09:29:25 +0200 |
commit | 2a6e6878543f806f4c501ff5f9bd2bd03bfaa6f1 (patch) | |
tree | efe382c16294220fd2c25e54384876819d9ddbb2 | |
parent | 31684479b205ca0970070a480b576dfca8e9406a (diff) | |
download | vyos-build-2a6e6878543f806f4c501ff5f9bd2bd03bfaa6f1.tar.gz vyos-build-2a6e6878543f806f4c501ff5f9bd2bd03bfaa6f1.zip |
hostapd: T6597: update hostapd version
Using a discrete commit ID as there has not been a release in a longer time.
-rw-r--r-- | packages/hostap/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hostap/Jenkinsfile b/packages/hostap/Jenkinsfile index 91465cf6..7eeff1bb 100644 --- a/packages/hostap/Jenkinsfile +++ b/packages/hostap/Jenkinsfile @@ -25,7 +25,7 @@ def pkgList = [ 'scmUrl': 'https://salsa.debian.org/debian/wpa', 'buildCmd': '/bin/true'], ['name': 'hostap', - 'scmCommit': '6b9c86466', + 'scmCommit': 'e7172e26d', 'scmUrl': 'git://w1.fi/srv/git/hostap.git', 'buildCmd': 'cd ..; ./build.sh'], ] |