Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit c312ab6

Browse files
committed
Update Linux to 4.19.76
1 parent 5944d78 commit c312ab6

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ RUN apt-get update; \
66
apt-get install -y --no-install-recommends \
77
bash-completion \
88
bc \
9+
bison \
910
ca-certificates \
1011
cpio \
12+
flex \
1113
gcc \
1214
git \
1315
gnupg dirmngr \
1416
golang-go \
1517
kmod \
1618
libc6-dev \
1719
libelf-dev \
20+
libssl-dev \
1821
make \
1922
p7zip-full \
2023
patch \
@@ -186,7 +189,7 @@ ENV LINUX_GPG_KEYS \
186189
647F28654894E3BD457199BE38DBBDC86092693E
187190

188191
# updated via "update.sh"
189-
ENV LINUX_VERSION 4.14.134
192+
ENV LINUX_VERSION 4.19.76
190193

191194
RUN wget -O /linux.tar.xz "https://cdn.kernel.org/pub/linux/kernel/v${LINUX_VERSION%%.*}.x/linux-${LINUX_VERSION}.tar.xz"; \
192195
wget -O /linux.tar.asc "https://cdn.kernel.org/pub/linux/kernel/v${LINUX_VERSION%%.*}.x/linux-${LINUX_VERSION}.tar.sign"; \

files/kernel-config.d/cifs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
CONFIG_CIFS=m
22
CONFIG_CIFS_ACL=y
33
CONFIG_CIFS_FSCACHE=y
4-
CONFIG_CIFS_SMB311=y
54
CONFIG_CIFS_XATTR=y
65

76
# https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=2a38e12053b760a8f5e85030eb89512660077c15
87
#CONFIG_CIFS_SMB2=y
98

109
# https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=6e785302dad32228819d8066e5376acd15d0e6ba
1110
#CONFIG_CIFS_POSIX=y
11+
12+
# https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=0fdfef9aa7ee68ddd508aef7c98630cfc054f8d6
13+
#CONFIG_CIFS_SMB311=y

files/kernel-config.d/rancher

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ CONFIG_NETFILTER_XT_MATCH_RECENT=m
1313
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
1414
CONFIG_NETFILTER_XT_SET=m
1515
CONFIG_NF_CONNTRACK=m
16-
CONFIG_NF_CONNTRACK_IPV4=m
16+
17+
# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a0ae2562c6c4b2721d9fddba63b7286c13517d9f
18+
#CONFIG_NF_CONNTRACK_IPV4=m

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mirrors=(
2121
)
2222

2323
# https://www.kernel.org/
24-
kernelBase='4.14'
24+
kernelBase='4.19'
2525
# https://github.com/boot2docker/boot2docker/issues/1398
2626
# https://download.virtualbox.org/virtualbox/
2727
vboxBase='5'

0 commit comments

Comments
 (0)