projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eb1d5e
)
ramips: rename mtk-hsdma to hsdma-mt7621
author
Ilya Lipnitskiy
<
[email protected]
>
Fri, 5 Mar 2021 03:53:21 +0000
(19:53 -0800)
committer
Paul Spooren
<
[email protected]
>
Mon, 15 Mar 2021 20:32:53 +0000
(10:32 -1000)
Follows upstream rename:
https://lore.kernel.org/driverdev-devel/
20210130034507
.
2115280
[email protected]
/
Fixes ramips builds on 5.4.102
Cc: John Audia <
[email protected]
>
Cc: David Bauer <
[email protected]
>
Cc: Petr Štetiar <
[email protected]
>
Signed-off-by: Ilya Lipnitskiy <
[email protected]
>
(cherry picked from commit
58ad113087b3db7567507202b94d94756056a455
)
target/linux/ramips/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/modules.mk
b/target/linux/ramips/modules.mk
index 96e3d91a83568f5a78fb4397ca483893719966ef..6f199c46a225c99c2a7f931f6e90a08af246aa80 100644
(file)
--- a/
target/linux/ramips/modules.mk
+++ b/
target/linux/ramips/modules.mk
@@
-101,8
+101,8
@@
define KernelPackage/hsdma-mtk
CONFIG_MTK_HSDMA
FILES:= \
$(LINUX_DIR)/drivers/dma/virt-dma.ko \
- $(LINUX_DIR)/drivers/staging/mt7621-dma/
mtk-hsdma
.ko
- AUTOLOAD:=$(call AutoLoad,53,
mtk-hsdma
)
+ $(LINUX_DIR)/drivers/staging/mt7621-dma/
hsdma-mt7621
.ko
+ AUTOLOAD:=$(call AutoLoad,53,
hsdma-mt7621
)
endef
define KernelPackage/hsdma-mtk/description