]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
kernel: update to 5.10.37
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 15 May 2021 13:33:19 +0000 (13:33 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 5 Jul 2021 05:42:38 +0000 (07:42 +0200)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/kernel/kernel.config.aarch64-ipfire
config/kernel/kernel.config.armv5tel-ipfire-multi
config/kernel/kernel.config.i586-ipfire
config/kernel/kernel.config.x86_64-ipfire
config/rootfiles/common/armv5tel/linux-multi
lfs/linux

index cbf4273e565890a0fc5cd8066372c9ffebc0b63f..3ff7c5a4f5d0584b9ee7dd51f77eaff87355d628 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm64 5.10.32-ipfire Kernel Configuration
+# Linux/arm64 5.10.37-ipfire Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
 CONFIG_CC_IS_GCC=y
index 08edf45d7542046cf097b02f78770fb8c648ba76..1ba75ad3298f5328ac0db9324478633d6eee7f7c 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 5.10.32-ipfire-multi Kernel Configuration
+# Linux/arm 5.10.37-ipfire-multi Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
 CONFIG_CC_IS_GCC=y
index 0f2477a34800a02487d6f9aa4106d81b9f8e9851..3bdcc1f70a824cf80a061aeb74d576c176002729 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.32-ipfire Kernel Configuration
+# Linux/x86 5.10.37-ipfire Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
 CONFIG_CC_IS_GCC=y
index 711aa6ed358128bffd500e8a782e3c70607eb1bf..c321471553476dfd46229f2121cf9a03afc2faa4 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.32-ipfire Kernel Configuration
+# Linux/x86 5.10.37-ipfire Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
 CONFIG_CC_IS_GCC=y
index 747f51f868f399f53e079a0960c2975eb3be7c93..11828bf060296d5b7a9e7e0ab5ddeeaf1c61c584 100644 (file)
@@ -633,6 +633,7 @@ boot/dtb-KVER-ipfire-multi
 #boot/dtb-KVER-ipfire-multi/sun8i-h3-nanopi-m1.dtb
 #boot/dtb-KVER-ipfire-multi/sun8i-h3-nanopi-neo-air.dtb
 #boot/dtb-KVER-ipfire-multi/sun8i-h3-nanopi-neo.dtb
+#boot/dtb-KVER-ipfire-multi/sun8i-h3-nanopi-r1.dtb
 #boot/dtb-KVER-ipfire-multi/sun8i-h3-orangepi-2.dtb
 #boot/dtb-KVER-ipfire-multi/sun8i-h3-orangepi-lite.dtb
 #boot/dtb-KVER-ipfire-multi/sun8i-h3-orangepi-one.dtb
@@ -660,7 +661,7 @@ boot/dtb-KVER-ipfire-multi
 #boot/dtb-KVER-ipfire-multi/vexpress-v2p-ca5s.dtb
 #boot/dtb-KVER-ipfire-multi/vexpress-v2p-ca9.dtb
 #boot/dtb-KVER-ipfire-multi/xenvm-4.2.dtb
-#boot/vmlinuz-KVER-ipfire-multi
+boot/vmlinuz-KVER-ipfire-multi
 etc/modprobe.d/framebuffer.conf
 etc/modprobe.d/ipv6.conf
 #lib/modules
index ce30cfd9899d43eb80f838e3ddcb60cd39fa4bb3..654eb16a42abf20b30bf376334aef394bc170c33 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -24,8 +24,8 @@
 
 include Config
 
-VER         = 5.10.35
-ARM_PATCHES = 4.14.212-ipfire0
+VER         = 5.10.37
+ARM_PATCHES = 5.10.37-ipfire0
 
 THISAPP    = linux-$(VER)
 DL_FILE    = linux-$(VER).tar.xz
@@ -79,8 +79,8 @@ objects =$(DL_FILE) \
 $(DL_FILE)                                     = $(URL_IPFIRE)/$(DL_FILE)
 arm-multi-patches-$(ARM_PATCHES).patch.xz      = $(URL_IPFIRE)/arm-multi-patches-$(ARM_PATCHES).patch.xz
 
-$(DL_FILE)_MD5                                 = 9a5aa5a479f493ace963371856d03c34
-arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5  = 2b0e8e3ebe9827b2bfed7397b043dbc5
+$(DL_FILE)_MD5                                 = 637c3ec580111cd1f6614b6d6b91bd94
+arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5  = b9a5bc93c1122cc7da51da06c71f4805
 
 install : $(TARGET)
 
@@ -142,11 +142,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
 ifeq "$(KCFG)" "-multi"
        # Apply Arm-multiarch kernel patches.
-#      cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz | patch -Np1
+       cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz | patch -Np1
 endif
 ifeq "$(BUILD_ARCH)" "aarch64"
        # Apply Arm-multiarch kernel patches.
-#      cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz | patch -Np1
+       cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz | patch -Np1
 endif
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-3.14.79-amba-fix.patch