summaryrefslogtreecommitdiff
path: root/scripts/package-build/linux-kernel/package.toml
diff options
context:
space:
mode:
authordd <dd@wx.tnyzeq.icu>2024-09-02 17:00:11 +0200
committerdd <dd@wx.tnyzeq.icu>2024-09-02 17:00:11 +0200
commitd3266ed27470deabbd8e0ee8ffdc750471eb603c (patch)
treef4da8453a8700a417d32ca01466b8db2395aca89 /scripts/package-build/linux-kernel/package.toml
parentddf98b907a69f1bf35197a64b5e7879d4e530f11 (diff)
parent9833897b7c70d7a00caef420edea5dd2e359d522 (diff)
downloadvyos-build-d3266ed27470deabbd8e0ee8ffdc750471eb603c.tar.gz
vyos-build-d3266ed27470deabbd8e0ee8ffdc750471eb603c.zip
Merge branch 'vyos:current' into current
Diffstat (limited to 'scripts/package-build/linux-kernel/package.toml')
-rw-r--r--scripts/package-build/linux-kernel/package.toml61
1 files changed, 61 insertions, 0 deletions
diff --git a/scripts/package-build/linux-kernel/package.toml b/scripts/package-build/linux-kernel/package.toml
new file mode 100644
index 00000000..bd1b5466
--- /dev/null
+++ b/scripts/package-build/linux-kernel/package.toml
@@ -0,0 +1,61 @@
+[defaults]
+kernel_version = "6.6.47"
+kernel_flavor = "amd64-vyos"
+
+
+[[packages]]
+name = "linux-kernel"
+commit_id = "" # Uses defaults.kernel_version
+scm_url = ""
+build_cmd = "build_kernel"
+
+[[packages]]
+name = "linux-firmware"
+commit_id = "20240610"
+scm_url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
+build_cmd = "build_linux_firmware"
+
+[[packages]]
+name = "accel-ppp"
+commit_id = "1.13.0"
+scm_url = "https://github.com/accel-ppp/accel-ppp.git"
+build_cmd = "build_accel_ppp"
+
+
+[[packages]]
+name = "ovpn-dco"
+commit_id = "v0.2.20231117"
+scm_url = "https://github.com/OpenVPN/ovpn-dco"
+build_cmd = "build_openvpn_dco"
+
+[[packages]]
+name = "nat-rtsp"
+commit_id = "475af0a"
+scm_url = "https://github.com/maru-sama/rtsp-linux.git"
+build_cmd = "build_nat_rtsp"
+
+
+[[packages]]
+name = "qat"
+commit_id = ""
+scm_url = ""
+build_cmd = "build_intel_qat"
+
+[[packages]]
+name = "ixgbe"
+commit_id = ""
+scm_url = ""
+build_cmd = "build_intel_ixgbe"
+
+[[packages]]
+name = "ixgbevf"
+commit_id = ""
+scm_url = ""
+build_cmd = "build_intel_ixgbevf"
+
+[[packages]]
+name = "jool"
+commit_id = ""
+scm_url = ""
+build_cmd = "build_jool"
+