projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82df192
)
ramips: fix path for dma-ralink and mtk-hsdma
author
Chuanhong Guo
<
[email protected]
>
Sun, 5 Apr 2020 07:52:49 +0000
(15:52 +0800)
committer
Chuanhong Guo
<
[email protected]
>
Sun, 5 Apr 2020 10:16:17 +0000
(18:16 +0800)
These two drivers were available in drivers/staging in 5.4.
Fix driver paths for them.
Signed-off-by: Chuanhong Guo <
[email protected]
>
target/linux/ramips/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/modules.mk
b/target/linux/ramips/modules.mk
index 1ce914439cbbb1312d822e6f159aa2446cb4cc4a..6fd3b51c45b6978015a9f488ada7906ab3d5dc18 100644
(file)
--- a/
target/linux/ramips/modules.mk
+++ b/
target/linux/ramips/modules.mk
@@
-84,7
+84,8
@@
define KernelPackage/dma-ralink
CONFIG_DMA_RALINK
FILES:= \
$(LINUX_DIR)/drivers/dma/virt-dma.ko \
- $(LINUX_DIR)/drivers/dma/ralink-gdma.ko
+ $(LINUX_DIR)/drivers/dma/
[email protected]
\
+ $(LINUX_DIR)/drivers/staging/ralink-gdma/
[email protected]
AUTOLOAD:=$(call AutoLoad,52,ralink-gdma)
endef
@@
-104,7
+105,8
@@
define KernelPackage/hsdma-mtk
CONFIG_MTK_HSDMA
FILES:= \
$(LINUX_DIR)/drivers/dma/virt-dma.ko \
- $(LINUX_DIR)/drivers/dma/mtk-hsdma.ko
+ $(LINUX_DIR)/drivers/dma/
[email protected]
\
+ $(LINUX_DIR)/drivers/staging/mt7621-dma/
[email protected]
AUTOLOAD:=$(call AutoLoad,53,mtk-hsdma)
endef