This repository was archived by the owner on Jan 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
191194RUN 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" ; \
Original file line number Diff line number Diff line change 11CONFIG_CIFS=m
22CONFIG_CIFS_ACL=y
33CONFIG_CIFS_FSCACHE=y
4- CONFIG_CIFS_SMB311=y
54CONFIG_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
Original file line number Diff line number Diff line change @@ -13,4 +13,6 @@ CONFIG_NETFILTER_XT_MATCH_RECENT=m
1313CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
1414CONFIG_NETFILTER_XT_SET=m
1515CONFIG_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
Original file line number Diff line number Diff 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/
2727vboxBase=' 5'
You can’t perform that action at this time.
0 commit comments