This commit is contained in:
John Crispin
2023-10-02 11:19:42 +02:00
parent 2e0301cacb
commit 47fe3e420e
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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
+
--