diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-22 15:21:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 15:21:32 +0200 |
commit | e880af90ac92b41c44307e49a3cd456baad2724e (patch) | |
tree | efe382c16294220fd2c25e54384876819d9ddbb2 | |
parent | 31684479b205ca0970070a480b576dfca8e9406a (diff) | |
parent | 2a6e6878543f806f4c501ff5f9bd2bd03bfaa6f1 (diff) | |
download | vyos-build-e880af90ac92b41c44307e49a3cd456baad2724e.tar.gz vyos-build-e880af90ac92b41c44307e49a3cd456baad2724e.zip |
Merge pull request #702 from c-po/wifi-hostapd
hostapd: T6597: update hostapd version
-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'], ] |