summaryrefslogtreecommitdiff
path: root/data/architectures
AgeCommit message (Collapse)Author
2024-11-06build: T6855: make the custom APT entry and key syntax more flexibleDaniil Baturin
2024-11-01T6844: use our own mirror of the salt repositoryChristian Breunig
2024-10-17build: T6776: use the official Zabbix repo for zabbix-agent2Daniil Baturin
2024-10-10build: T6231: remove Mellanox OFED drivers and toolsDaniil Baturin
until their license status is confirmed
2024-10-02T6713: Update Realtek r8152 driverViacheslav Hletenko
2024-09-07Kernel: T861: remove superfluous architecture from Kernel stringChristian Breunig
2024-09-05T4974: remove package openvpn-dco as it has a proper dependency via vyos-1xChristian Breunig
2024-09-05telegraf: T3664: remove package dependencyChristian Breunig
Telegraf is not a full VyOS feature with a proper dependency in place via vyos-1x package. Drop this temporary dependency.
2024-07-25build: T6231: include out-of-tree Mellanox driver in imageChristian Breunig
2024-06-11docker: arm: T6474: Added Salt Project repo for armhfLeonardo Amaral
Signed-off-by: Leonardo Amaral <contato@leonardoamaral.com.br>
2024-02-01T5619: Add out-of-tree Intel ixgbevf driverChristian Breunig
2024-02-01ixgbe: T5619: remove pci_*_pcie_error_reporting() code to work with Kernel 6.6Christian Breunig
This fixes commit 0f80a22b5 ("T5619: Add out-of-tree Intel ixgbe driver") to work with the latest 6.6 code base. For more information see https://lore.kernel.org/lkml/f90837d0-810e-5772-7841-28d47c44d260@intel.com
2023-09-17salt: T5592: upgrade package to 3005Christian Breunig
2023-08-20arm64: T5469: remove v8 string from version identifier to match amd64 schemaChristian Breunig
2023-07-22T4974: pull in openvpn-dco moduleChristian Breunig
2023-02-17debian: T5003: Add salt arm64 repository for `salt-minion` requirement on ↵sarthurdev
vyos-1x
2023-02-17debian: T5003: Set ARM64 kernel flavoursarthurdev
2023-02-17debian: T5003: Fix ARM64 grub package name in Bookwormsarthurdev
2023-02-13debian: T5003: Update to to Debian 12 "Bookworm"sarthurdev
* Remove obsolete packages and dependencies
2022-11-12T4796: Allow configuration of 'bootloader' paramJames Simpson
Remove hard-coded values for "bootloader" when creating the live-build, replaced with the value of `bootloaders`. Set the current value to the default value if not specified, via `defaults.toml`. Add the default for arm64 as `grub-efi`.
2022-11-07T4796: Move additional_repositoriesJames Simpson
Declare in architectures/amd64, not in defaults
2022-10-06T3664: initial implementation of the build flavor systemDaniil Baturin