diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-08-14 19:31:58 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-08-14 19:32:37 +0200 |
commit | edd1b9e458f7d7330026040df63940283bbf0604 (patch) | |
tree | b4bec421e77173e8d4e3172372f39411ba7ebec7 | |
parent | d0c013353985a154b918801144198ef5388821cc (diff) | |
download | vyos-build-edd1b9e458f7d7330026040df63940283bbf0604.tar.gz vyos-build-edd1b9e458f7d7330026040df63940283bbf0604.zip |
T776: Update VyOS Kernel to latest 4.14.62
Submodule packages/vyos-kernel 1230876..713585a:
> Merge tag 'v4.14.62' into linux-vyos-4.14.y
m--------- | packages/vyos-kernel | 0 | ||||
-rwxr-xr-x | scripts/live-build-config | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/packages/vyos-kernel b/packages/vyos-kernel -Subproject 123087671203ad50989a2ff0c91d0df2dc4d32e +Subproject 713585aa118b8a0177d72e7ae505b0f6ec94a8c diff --git a/scripts/live-build-config b/scripts/live-build-config index a8f26405..c5fbfa79 100755 --- a/scripts/live-build-config +++ b/scripts/live-build-config @@ -37,7 +37,7 @@ lb config noauto \ --architectures {{architecture}} \ --bootappend-live "boot=live components hostname=vyos username=live nopersistence noautologin nonetworking union=overlay" \ --linux-flavours {{architecture}}-vyos \ - --linux-packages linux-image-4.14.26 \ + --linux-packages linux-image-4.14.62 \ --bootloader syslinux \ --binary-images iso-hybrid \ --debian-installer false \ |