diff options
| author | Shiji Yang | 2025-01-01 08:17:08 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-01-04 18:25:34 +0000 |
| commit | 09378395cd9322fa80974488c4a616257f9582be (patch) | |
| tree | a64bb2979282b980e60d77d05f21ceb217da82fe | |
| parent | f311c9754c359736481ac2a3285ba16352da46d8 (diff) | |
| download | openwrt-09378395cd9322fa80974488c4a616257f9582be.tar.gz | |
ramips: make package kmod-sdhci-mt7620 conflict with kmod-mmc-mtk
These two packages are SDXC drivers for Mediatek mt762x series SoCs.
One is upstream implementation, and the other is downstream driver.
Installing them together will result in conflicts.
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Link: https://github.com/openwrt/openwrt/pull/17446
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 0764e3008228bbdafb5e4a9837fe9efec7e138a0)
| -rw-r--r-- | target/linux/ramips/modules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/modules.mk b/target/linux/ramips/modules.mk index ced479dc93..175ba94eff 100644 --- a/target/linux/ramips/modules.mk +++ b/target/linux/ramips/modules.mk @@ -47,6 +47,7 @@ $(eval $(call KernelPackage,pwm-mediatek-ramips)) define KernelPackage/sdhci-mt7620 SUBMENU:=Other modules TITLE:=MT7620 SDCI + CONFLICTS:=kmod-mmc-mtk DEPENDS:=@(TARGET_ramips_mt7620||TARGET_ramips_mt76x8||TARGET_ramips_mt7621) +kmod-mmc KCONFIG:= \ CONFIG_MTK_MMC \ |