diff options
| author | Ilya Lipnitskiy | 2021-03-05 03:53:21 +0000 |
|---|---|---|
| committer | Paul Spooren | 2021-03-05 09:43:02 +0000 |
| commit | 58ad113087b3db7567507202b94d94756056a455 (patch) | |
| tree | f940b365b9262f09b0565433aff57ef92dc8088d | |
| parent | ac39c4bd6000aa435905f4e97a241f582a50c0f8 (diff) | |
| download | openwrt-58ad113087b3db7567507202b94d94756056a455.tar.gz | |
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>
| -rw-r--r-- | target/linux/ramips/modules.mk | 4 |
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 |