From: Jonas Gorski Date: Mon, 10 Apr 2017 08:56:10 +0000 (+0200) Subject: kernel: make kmod-mmc unavailable on UML X-Git-Tag: v18.06.0-rc1~3153 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=ac388ad83ae39c6871958d9092d6225be45f9ceb kernel: make kmod-mmc unavailable on UML MMC requires IOMEM support, which UML doesn't have. Fixes mac80211 build, as mwifiex-sdio depends on MMC support. Signed-off-by: Jonas Gorski --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index b8b22411b2..e7e98e8daa 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -349,6 +349,7 @@ $(eval $(call KernelPackage,lp)) define KernelPackage/mmc SUBMENU:=$(OTHER_MENU) TITLE:=MMC/SD Card Support + DEPENDS:=@!TARGET_uml KCONFIG:= \ CONFIG_MMC \ CONFIG_MMC_BLOCK \