summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-20sysctl: remove redundant configuration as this is done in vyos-1xChristian Poessinger
2021-01-17Kernel: T3218: remove unavailable RSS parameter from intel driver optionsChristian Poessinger
This is a roundup commit to ae2279e ("Kernel: no longer build Intel out-of-tree NIC drivers") as the in-tree drivers do not support this option, the always use the maximum available number.
2021-01-16Kernel: T3223: update linux-firmware to 20201218Christian Poessinger
(cherry picked from commit ab6d2763264423de4d02dc5b6aa48fe00eb8bf68)
2021-01-16Kernel: T3223: update Linux Kernel to v5.10.7Christian Poessinger
2021-01-16Kernel: T3223: retrieve firmware information from Kernel module binary itselfChristian Poessinger
2021-01-15Jenkins: retrive debian repo server via global variableChristian Poessinger
2021-01-10Kernel: no longer build Intel out-of-tree NIC driversChristian Poessinger
2021-01-10Docker: vyos-util package requires opem num packageChristian Poessinger
2021-01-10Docker: add missing python3-sphinx dependency for vyos-1xChristian Poessinger
2021-01-10Jenkins: Kernel: extract version from data/defaults.jsonChristian Poessinger
No need to specify the kernel version two times, it can be retrieved from data/defaults.json
2021-01-10Jenkins: Kernel: instead of 'git clone' the source use the tarballChristian Poessinger
This reduces the download and checkout overhead.
2021-01-09Kernel: T3199: update Linux Kernel to v5.10.6Christian Poessinger
2021-01-09Merge branch 'kernel-5.10' into currentChristian Poessinger
* kernel-5.10: QAT: update to 1.7.l.4.12.0 Kernel: Initial support for 5.10.4
2021-01-08Docker: add missing Accel-PPP dependenciesChristian Poessinger
2021-01-08Docker: Linux Kernel depends on rsyncChristian Poessinger
2021-01-08Docker: fix netfilter build dependenciesChristian Poessinger
2021-01-08Docker: fix FRR build dependenciesChristian Poessinger
2021-01-08Docker: iproute2 has a build dependency on libbsd-devChristian Poessinger
2021-01-08Docker: add missing cmake dependency on librtrChristian Poessinger
2021-01-08Docker: add wireguard and iproute2 build dependenciesChristian Poessinger
2021-01-08Docker: add missing FRR dependency on python3-sphinxChristian Poessinger
2021-01-07Docker: properly arrange vyos-build dependenciesChristian Poessinger
2021-01-07Docker: vyos-1x has a build-dependency on python3-jinja2Christian Poessinger
2021-01-07Docker: do not install librtr-doc to avoid pulling in additional dependenciesChristian Poessinger
2021-01-07Docker: update OCaml from 4.09.0 -> 4.09.1Christian Poessinger
This fixes a build with GCC 10 (coming in Debian Bullseye), release notes available here: https://ocaml.org/releases/4.09.1.html
2021-01-07Docker: drop dependencies for keepalivedChristian Poessinger
We no longer need to build keepalived on out own, we rely on the Debian upstream version.
2021-01-07Docker: dependency cleanup for vyos-1xChristian Poessinger
Most python3 dependencies are set by vyos-1x, use them from that section.
2021-01-07Update rolling version to 1.4Christian Poessinger
Commit b808e36 ("Update the version of the rolling release") bumped the version on the branch but not on the pipeline.
2021-01-06Docker: drop installation of dh-systemdChristian Poessinger
dh-systemd was merged into debhelper in version 9.20160709 [1] and since stretch, dh-systemd is an empty transitional package. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822670
2021-01-05Merge pull request #140 from qxmips/currentChristian Poessinger
moved webhost address to vars
2021-01-05moved webhost address to varsqxmips
2021-01-04Fix a typo in the README.Daniil Baturin
2021-01-04Update the version of the rolling release.Daniil Baturin
2021-01-03frr: T3182: revert back to 7.3 seriesChristian Poessinger
2021-01-03frr: T3182: revert back to 7.4 seriesChristian Poessinger
2020-12-31QAT: update to 1.7.l.4.12.0Christian Poessinger
2020-12-31Kernel: Initial support for 5.10.4Christian Poessinger
2020-12-31Kernel: T3168: update Linux Kernel to v5.4.86Christian Poessinger
2020-12-28systemd: services: disable ddclientChristian Poessinger
2020-12-28hooks: adjust to Debian Buster base systemChristian Poessinger
2020-12-28ddclient: 3151: pin to Debian BullseyeChristian Poessinger
Ddclient consists out of Perl code only, thus it's safe to use the Bullseye version.
2020-12-28systemd: services: disable additional service from vyatta-cfg-systemChristian Poessinger
This is the accompanying commit to [1], which moved all the service disable stuff to vyos-build only. [1]: https://github.com/vyos/vyatta-cfg-system/commit/8964d55045f57218d2f057
2020-12-28services: disable telegraf by defaultChristian Poessinger
Commit 5bd60a745de22 ("Add telegraf agent (experimentally)") added the agent to the rolling ISO. The telegraf daemon was thus always started by default and simply consuming RAM without doing anything useful. As all VyOS servcies are disabled by default, so is telegraf. If you wan't to experiment with it, you can simply start and enable the service on your system by: systemctl enable telegraf.service systemctl start telegraf.service
2020-12-25Kernel: T3145: virtio: enable MMIO_CMDLINE_DEVICESChristian Poessinger
2020-12-25Kernel: T3145: enable additional ciphersChristian Poessinger
2020-12-23salt: T3147: upgrade to version 3002.2Christian Poessinger
2020-12-23Merge pull request #139 from c-po/frr-updateDaniil Baturin
frr: T3146: upgrade to Free Range Routing 7.5 series
2020-12-22frr: T3146: upgrade to Free Range Routing 7.5 seriesChristian Poessinger
2020-12-22Kernel: T3145: update Linux Kernel to v5.4.85Christian Poessinger
2020-12-21Revert to FRR 7.4 until we figure our a libyang upgrade pathDaniil Baturin