diff --git a/layer/bsp-alix/linux.config b/layer/bsp-alix/linux.config index 8813372..0ac1142 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.19.49 Kernel Configuration +# Linux/x86 4.19.57 Kernel Configuration # # @@ -102,7 +102,7 @@ CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y # CONFIG_SYSFS_DEPRECATED is not set # CONFIG_RELAY is not set CONFIG_BLK_DEV_INITRD=y -CONFIG_INITRAMFS_SOURCE="/home/goliath/dev/cross/alix/deploy/initrd/initrd.list" +CONFIG_INITRAMFS_SOURCE="" CONFIG_INITRAMFS_ROOT_UID=0 CONFIG_INITRAMFS_ROOT_GID=0 # CONFIG_RD_GZIP is not set @@ -1956,7 +1956,6 @@ CONFIG_GEODE_WDT=y # # Watchdog Pretimeout Governors # -# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set CONFIG_SSB_POSSIBLE=y # CONFIG_SSB is not set CONFIG_BCMA_POSSIBLE=y diff --git a/layer/bsp-qemu64/linux.config b/layer/bsp-qemu64/linux.config index 6a0aaaa..a1f488f 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.19.49 Kernel Configuration +# Linux/x86_64 4.19.57 Kernel Configuration # # diff --git a/pkg/linux-lts/build b/pkg/linux-lts/build index 7448643..a59ae4e 100755 --- a/pkg/linux-lts/build +++ b/pkg/linux-lts/build @@ -1,12 +1,8 @@ -MAJOR="4" -MINOR="19" -RELEASE="49" - -VERSION="$MAJOR.$MINOR.$RELEASE" +VERSION="4.19.57" SRCDIR="linux-$VERSION" TARBALL="linux-$VERSION.tar.xz" -URL="https://www.kernel.org/pub/linux/kernel/v$MAJOR.x" -SHA256SUM="92d920b3973c0dbca5516271afa405be6e5822a9b831df8c085f9c9eb838bbcd" +URL="https://www.kernel.org/pub/linux/kernel/v4.x" +SHA256SUM="327c5759d5888361d6c9d6adb0c8ad7e3c624eb05bb9e5869d9f3078dd0d3f87" DEPENDS="initrd" SUBPKG="linux linux-modules"