aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>2021-03-04 19:53:21 -0800
committerPaul Spooren <mail@aparcar.org>2021-03-15 10:32:53 -1000
commit94077a2f12e03b80f6b219ef6d80f461375cfeed (patch)
tree36fe4de478dfb341fc431d7d1605ed183189bc01 /target/linux/ramips
parent1eb1d5e0bb1c54ea4ecba3cbb30fe66c91560706 (diff)
downloadupstream-94077a2f12e03b80f6b219ef6d80f461375cfeed.tar.gz
upstream-94077a2f12e03b80f6b219ef6d80f461375cfeed.tar.bz2
upstream-94077a2f12e03b80f6b219ef6d80f461375cfeed.zip
ramips: rename mtk-hsdma to hsdma-mt7621
Follows upstream rename: https://lore.kernel.org/driverdev-devel/20210130034507.2115280-1-ilya.lipnitskiy@gmail.com/ Fixes ramips builds on 5.4.102 Cc: John Audia <graysky@archlinux.us> Cc: David Bauer <mail@david-bauer.net> Cc: Petr Štetiar <ynezz@true.cz> Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> (cherry picked from commit 58ad113087b3db7567507202b94d94756056a455)
Diffstat (limited to 'target/linux/ramips')
-rw-r--r--target/linux/ramips/modules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/modules.mk b/target/linux/ramips/modules.mk
index 96e3d91a83..6f199c46a2 100644
--- 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