summaryrefslogtreecommitdiff
path: root/packages/vpp/build_vpp.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/vpp/build_vpp.json')
-rw-r--r--packages/vpp/build_vpp.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/vpp/build_vpp.json b/packages/vpp/build_vpp.json
new file mode 100644
index 00000000..8e0fde5b
--- /dev/null
+++ b/packages/vpp/build_vpp.json
@@ -0,0 +1,14 @@
+{
+ "build_commands": [
+ [
+ "sudo",
+ "make",
+ "UNATTENDED=yes",
+ "install-dep"
+ ],
+ [
+ "make",
+ "pkg-deb"
+ ]
+ ]
+} \ No newline at end of file