diff --git a/layer/bsp-alix/linux.config b/layer/bsp-alix/linux.config index 25794b9..05106b4 100644 --- a/layer/bsp-alix/linux.config +++ b/layer/bsp-alix/linux.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.14.73 Kernel Configuration +# Linux/x86 4.14.74 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y diff --git a/layer/bsp-qemu64/linux.config b/layer/bsp-qemu64/linux.config index 4763e39..80fd79f 100644 --- a/layer/bsp-qemu64/linux.config +++ b/layer/bsp-qemu64/linux.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 4.14.73 Kernel Configuration +# Linux/x86_64 4.14.74 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y diff --git a/pkg/linux/build b/pkg/linux/build index 48294ae..df02bee 100755 --- a/pkg/linux/build +++ b/pkg/linux/build @@ -1,12 +1,12 @@ MAJOR="4" MINOR="14" -RELEASE="73" +RELEASE="74" VERSION="$MAJOR.$MINOR.$RELEASE" SRCDIR="linux-$VERSION" TARBALL="linux-$VERSION.tar.xz" URL="https://www.kernel.org/pub/linux/kernel/v$MAJOR.x" -SHA256SUM="999e38141ccc447df7bf7ce10b8803c12b32274b76d3d5400bf3fd88eee0e31e" +SHA256SUM="70e69189fd7b2f96fa33833735c7bcf3281dc0172c3734e2c5819e9d57015c72" DEPENDS="initrd" prepare() {