diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-06 21:12:11 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-06 21:12:11 +0100 |
commit | 5d54c6390c04c9f16f7e0276500699cddccc3e60 (patch) | |
tree | 0b224523b3d1bd744d2a12b7fe25930c0a0d0c5b /data | |
parent | 736de7a6bbfb4808eaaab27b7c18817183383e5f (diff) | |
parent | 7b47b452ce86a9479b38d169f288c5eb585d5f2c (diff) | |
download | vyos-build-5d54c6390c04c9f16f7e0276500699cddccc3e60.tar.gz vyos-build-5d54c6390c04c9f16f7e0276500699cddccc3e60.zip |
Merge branch 'current' of github.com:vyos/vyos-build into equuleus
* 'current' of github.com:vyos/vyos-build:
Kernel: T1859: update to Linux 4.19.88
update vmware api settings
update files for the vep4600
prevent 70-persistent-net.rules from being created
systemd: pcscd: disable SmartCard service
ndisc6: add ICMPv6 Neighbor Discovery tool
Diffstat (limited to 'data')
-rw-r--r-- | data/defaults.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defaults.json b/data/defaults.json index ff02384c..44d1f089 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -5,7 +5,7 @@ "debian_distribution": "buster", "vyos_mirror": "http://dev.packages.vyos.net/repositories/equuleus", "vyos_branch": "equuleus", - "kernel_version": "4.19.84", + "kernel_version": "4.19.88", "kernel_flavor": "amd64-vyos", "additional_repositories": [], "custom_packages": [] |