summaryrefslogtreecommitdiff
path: root/packages/hostap
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-05-26 07:11:15 +0200
committerChristian Breunig <christian@breunig.cc>2023-05-26 07:11:15 +0200
commitda0c6948177d83db8d7ba6b5c4ffdfb5e252f4ae (patch)
tree94832677bb82b1704e5f046709f2624eb258f4ee /packages/hostap
parent6a582926856584baf1a616c7b67ced7b21edf147 (diff)
downloadvyos-build-da0c6948177d83db8d7ba6b5c4ffdfb5e252f4ae.tar.gz
vyos-build-da0c6948177d83db8d7ba6b5c4ffdfb5e252f4ae.zip
packages: change glob pattern to be recursive
Diffstat (limited to 'packages/hostap')
-rw-r--r--packages/hostap/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hostap/Jenkinsfile b/packages/hostap/Jenkinsfile
index 70c0e71b..91465cf6 100644
--- a/packages/hostap/Jenkinsfile
+++ b/packages/hostap/Jenkinsfile
@@ -31,4 +31,4 @@ def pkgList = [
]
// Start package build using library function from https://github.com/vyos/vyos-build
-buildPackage('hostap', pkgList, null, true, "**/packages/hostap/*")
+buildPackage('hostap', pkgList, null, true, "**/packages/hostap/**")