patches: remove ipq50xx scsi-core compile fix

Remove ipq50xx scsi-core compile error fix as this is no longer needed in OpenWrt 24.10.

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2025-10-19 00:00:00 +02:00
parent 22a0ac8c0e
commit 27c619d1f8

View File

@@ -1,28 +0,0 @@
From c3b15680de7b17c2c67c9d523463d8689cb811e0 Mon Sep 17 00:00:00 2001
From: "wingate.chi" <wingate.chi@cybertan.com.tw>
Date: Mon, 2 Dec 2024 03:16:27 +0000
Subject: [PATCH] ipq50xx: fix compile error of scsi-core\n this is reference
qsdk 12.2 SPF
---
package/kernel/linux/modules/block.mk | 1 -
1 file changed, 1 deletion(-)
mode change 100644 => 100755 package/kernel/linux/modules/block.mk
diff --git a/package/kernel/linux/modules/block.mk b/package/kernel/linux/modules/block.mk
old mode 100644
new mode 100755
index 4ee3f78f38..5e8c69a202
--- a/package/kernel/linux/modules/block.mk
+++ b/package/kernel/linux/modules/block.mk
@@ -525,7 +525,6 @@ define KernelPackage/scsi-core
CONFIG_BLK_DEV_SD
FILES:= \
$(LINUX_DIR)/drivers/scsi/scsi_mod.ko \
- $(LINUX_DIR)/drivers/scsi/scsi_common.ko \
$(LINUX_DIR)/drivers/scsi/sd_mod.ko
AUTOLOAD:=$(call AutoLoad,40,scsi_mod scsi_common sd_mod,1)
endef
--
2.17.1