summaryrefslogtreecommitdiff
path: root/scripts/package-build/hostap/package.toml
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-09-08 08:13:39 +0200
committerGitHub <noreply@github.com>2024-09-08 08:13:39 +0200
commit917325fafc9365a722235222f8635653079a5854 (patch)
tree26d03e228ca55acc5fc29d4ad18e8331b79e8605 /scripts/package-build/hostap/package.toml
parent70122746469e930a6775e0c42c4d1fd30bc6d514 (diff)
parentc9a5a93834fce33f1e999dd50381cb7ff9e5fabb (diff)
downloadvyos-build-917325fafc9365a722235222f8635653079a5854.tar.gz
vyos-build-917325fafc9365a722235222f8635653079a5854.zip
Merge pull request #756 from sever-sever/T6674-circ
T6674: Add build-scrips for packages without Jenkins
Diffstat (limited to 'scripts/package-build/hostap/package.toml')
-rw-r--r--scripts/package-build/hostap/package.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/package-build/hostap/package.toml b/scripts/package-build/hostap/package.toml
new file mode 100644
index 00000000..cb40710b
--- /dev/null
+++ b/scripts/package-build/hostap/package.toml
@@ -0,0 +1,12 @@
+[[packages]]
+name = "wpa"
+commit_id = "debian/2%2.10-12"
+scm_url = "https://salsa.debian.org/debian/wpa"
+build_cmd = "/bin/true"
+
+[[packages]]
+name = "hostap"
+commit_id = "e7172e26d"
+scm_url = "git://w1.fi/srv/git/hostap.git"
+build_cmd = "cd ..; y | ./build.sh"
+