Explorar el Código

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 <[email protected]>
Jonas Gorski hace 8 años
padre
commit
ac388ad83a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package/kernel/linux/modules/other.mk

+ 1 - 0
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 \