Files
wlan-ap/patches/0081-ipq50xx-fix-compile-error-with-scsi-core.patch
jackcybertan 717b0ce261 ipq50xx: Support Cybertan RAP630W-312G
Fixes: WIFI-14318
Signed-off-by: jackcybertan <jack.tsai@cybertan.com.tw>
2024-12-10 09:47:56 +01:00

29 lines
931 B
Diff
Executable File

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