mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 15:03:07 +00:00
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 0764e30082
)
This commit is contained in:
parent
f311c9754c
commit
09378395cd
@ -47,6 +47,7 @@ $(eval $(call KernelPackage,pwm-mediatek-ramips))
|
|||||||
define KernelPackage/sdhci-mt7620
|
define KernelPackage/sdhci-mt7620
|
||||||
SUBMENU:=Other modules
|
SUBMENU:=Other modules
|
||||||
TITLE:=MT7620 SDCI
|
TITLE:=MT7620 SDCI
|
||||||
|
CONFLICTS:=kmod-mmc-mtk
|
||||||
DEPENDS:=@(TARGET_ramips_mt7620||TARGET_ramips_mt76x8||TARGET_ramips_mt7621) +kmod-mmc
|
DEPENDS:=@(TARGET_ramips_mt7620||TARGET_ramips_mt76x8||TARGET_ramips_mt7621) +kmod-mmc
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_MTK_MMC \
|
CONFIG_MTK_MMC \
|
||||||
|
Loading…
Reference in New Issue
Block a user