diff --git a/layer/bsp-alix/linux.config b/layer/bsp-alix/linux.config index e2b7f01..bc9e0a2 100644 --- a/layer/bsp-alix/linux.config +++ b/layer/bsp-alix/linux.config @@ -1,13 +1,13 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.13 Kernel Configuration +# Linux/x86 4.19.28 Kernel Configuration # # -# Compiler: gcc (GCC) 8.2.1 20181215 (Red Hat 8.2.1-6) +# Compiler: gcc (GCC) 8.3.1 20190223 (Red Hat 8.3.1-2) # CONFIG_CC_IS_GCC=y -CONFIG_GCC_VERSION=80201 +CONFIG_GCC_VERSION=80301 CONFIG_CLANG_VERSION=0 CONFIG_IRQ_WORK=y CONFIG_BUILDTIME_EXTABLE_SORT=y @@ -2243,6 +2243,7 @@ CONFIG_USB_SERIAL_OPTION=m # CONFIG_USB_ISP1301 is not set # CONFIG_USB_GADGET is not set # CONFIG_TYPEC is not set +# CONFIG_USB_ROLE_SWITCH is not set # CONFIG_USB_LED_TRIG is not set # CONFIG_USB_ULPI_BUS is not set # CONFIG_UWB is not set diff --git a/layer/bsp-qemu64/linux.config b/layer/bsp-qemu64/linux.config index 9f58cfe..e895813 100644 --- a/layer/bsp-qemu64/linux.config +++ b/layer/bsp-qemu64/linux.config @@ -1,13 +1,13 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 4.19.13 Kernel Configuration +# Linux/x86_64 4.19.28 Kernel Configuration # # -# Compiler: gcc (GCC) 8.2.1 20181215 (Red Hat 8.2.1-6) +# Compiler: gcc (GCC) 8.3.1 20190223 (Red Hat 8.3.1-2) # CONFIG_CC_IS_GCC=y -CONFIG_GCC_VERSION=80201 +CONFIG_GCC_VERSION=80301 CONFIG_CLANG_VERSION=0 CONFIG_IRQ_WORK=y CONFIG_BUILDTIME_EXTABLE_SORT=y @@ -1828,6 +1828,7 @@ CONFIG_DRM_KMS_HELPER=y CONFIG_DRM_KMS_FB_HELPER=y CONFIG_DRM_FBDEV_EMULATION=y CONFIG_DRM_FBDEV_OVERALLOC=100 +# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set # CONFIG_DRM_LOAD_EDID_FIRMWARE is not set # CONFIG_DRM_DP_CEC is not set CONFIG_DRM_TTM=y @@ -2177,6 +2178,7 @@ CONFIG_USB_UHCI_HCD=y # CONFIG_USB_ISP1301 is not set # CONFIG_USB_GADGET is not set # CONFIG_TYPEC is not set +# CONFIG_USB_ROLE_SWITCH is not set # CONFIG_USB_ULPI_BUS is not set # CONFIG_UWB is not set # CONFIG_MMC is not set diff --git a/pkg/linux/build b/pkg/linux/build index e30f6c6..6afb202 100755 --- a/pkg/linux/build +++ b/pkg/linux/build @@ -1,12 +1,12 @@ MAJOR="4" MINOR="19" -RELEASE="13" +RELEASE="28" VERSION="$MAJOR.$MINOR.$RELEASE" SRCDIR="linux-$VERSION" TARBALL="linux-$VERSION.tar.xz" URL="https://www.kernel.org/pub/linux/kernel/v$MAJOR.x" -SHA256SUM="f50a77fc40e13fc406791346fa91926394205874cd50246c7c2374006bacc0c2" +SHA256SUM="5a853d1ffc3076a8483b16fea0a66ec3accdaef2d8603a7bad6b200ce47e16ee" DEPENDS="initrd" get_linux_cpu() {