projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff8579
)
apm821xx: kmod-ata-dwc: Make kernel module depend on target
author
Hauke Mehrtens
<
[email protected]
>
Sun, 20 Jul 2025 19:59:58 +0000
(21:59 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
Fri, 25 Jul 2025 23:11:21 +0000
(
01:11
+0200)
The kmod-ata-dwc is included in target modules.mk file, it should also
depend on the target, otherwise it can be selected from every target.
Link:
https://github.com/openwrt/openwrt/pull/19480
Signed-off-by: Hauke Mehrtens <
[email protected]
>
target/linux/apm821xx/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/apm821xx/modules.mk
b/target/linux/apm821xx/modules.mk
index 1abb12a483f1e4ae8aeceed33df3b31857d10526..9841eccf904064e2369e3cd2affb2f2005581cbf 100644
(file)
--- a/
target/linux/apm821xx/modules.mk
+++ b/
target/linux/apm821xx/modules.mk
@@
-3,7
+3,7
@@
define KernelPackage/ata-dwc
KCONFIG:=CONFIG_SATA_DWC
FILES:=$(LINUX_DIR)/drivers/ata/sata_dwc_460ex.ko
AUTOLOAD:=$(call AutoLoad,40,sata_dwc_460ex,1)
- $(call AddDepends/ata)
+ $(call AddDepends/ata
,@TARGET_apm821xx
)
endef
define KernelPackage/ata-dwc/description