From 47fe3e420e2cb5f4f06ebe93725d49896e98cf17 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 2 Oct 2023 11:19:42 +0200 Subject: [PATCH] ipq950xx --- patches/0042-ipq807x-drop-nand.sh-from-base-files.patch | 2 +- patches/0058-kernel-add-v5.4-checksums.patch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/0042-ipq807x-drop-nand.sh-from-base-files.patch b/patches/0042-ipq807x-drop-nand.sh-from-base-files.patch index 04f3fe8dd..fe704c23d 100644 --- a/patches/0042-ipq807x-drop-nand.sh-from-base-files.patch +++ b/patches/0042-ipq807x-drop-nand.sh-from-base-files.patch @@ -16,7 +16,7 @@ index dc89de2035..dd1d0760f8 100644 endef endif -+ifeq ($(CONFIG_TARGET_ipq807x),y) ++ifeq ($(CONFIG_LINUX_4_4)$(CONFIG_TARGET_ipq95xx),y) + define Package/base-files/ipq807x-support + rm -f $(1)/lib/upgrade/nand.sh + endef diff --git a/patches/0058-kernel-add-v5.4-checksums.patch b/patches/0058-kernel-add-v5.4-checksums.patch index e2c534a73..55270fa13 100644 --- a/patches/0058-kernel-add-v5.4-checksums.patch +++ b/patches/0058-kernel-add-v5.4-checksums.patch @@ -22,8 +22,8 @@ index daf1f1740a..ec9733780d 100644 +endif + +ifeq ($(CONFIG_TARGET_ipq95xx),y) -+LINUX_VERSION-5.4 = .164 -+LINUX_KERNEL_HASH-5.4.164 = 0b2987b4b838d169b49f33f01ffa1bb1940eda8f159632943a6db2a3f61db233 ++LINUX_VERSION-5.4 = .213 ++LINUX_KERNEL_HASH-5.4.213 = d13de2f5e02569eebeb40ee9373fc0b4d0bf6b69595b38ea95c1f878a5bd0447 +endif + --