diff --git a/layer/bsp-rpi3/linux.config b/layer/bsp-rpi3/linux.config index 925766f..c6cf7bb 100644 --- a/layer/bsp-rpi3/linux.config +++ b/layer/bsp-rpi3/linux.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.14.71 Kernel Configuration +# Linux/arm 4.14.79 Kernel Configuration # CONFIG_ARM=y CONFIG_ARM_HAS_SG_CHAIN=y @@ -458,6 +458,8 @@ CONFIG_ARM_VIRT_EXT=y CONFIG_SWP_EMULATE=y # CONFIG_CPU_ICACHE_DISABLE is not set # CONFIG_CPU_BPREDICT_DISABLE is not set +CONFIG_CPU_SPECTRE=y +CONFIG_HARDEN_BRANCH_PREDICTOR=y CONFIG_KUSER_HELPERS=y CONFIG_VDSO=y CONFIG_MIGHT_HAVE_CACHE_L2X0=y @@ -3841,6 +3843,7 @@ CONFIG_HID_ASUS=m # CONFIG_HID_AUREAL is not set CONFIG_HID_BELKIN=m CONFIG_HID_BETOP_FF=m +# CONFIG_HID_BIGBEN_FF is not set CONFIG_HID_CHERRY=m CONFIG_HID_CHICONY=m # CONFIG_HID_CORSAIR is not set diff --git a/pkg/linux-rpi3/build b/pkg/linux-rpi3/build index f5cfd7e..a0e671b 100755 --- a/pkg/linux-rpi3/build +++ b/pkg/linux-rpi3/build @@ -1,11 +1,11 @@ # inherit functions from generic kernel package source "$SCRIPTDIR/pkg/linux/build" -VERSION="1.20180924-1" +VERSION="1.20181112-1" SRCDIR="linux-raspberrypi-kernel_${VERSION}" TARBALL="raspberrypi-kernel_${VERSION}.tar.gz" URL="https://github.com/raspberrypi/linux/archive" -SHA256SUM="ee6c769c97d794f11eb098fab4b1c4b3b3af0e406aa0bbc3bf202234eac95347" +SHA256SUM="15919f062267325c2afc65eeebd26fa9bdc34dc7ddb6b5018d4e0ca036c114b3" DEPENDS="initrd" check_update() {