Skip to content
Snippets Groups Projects
Select Git revision
  • f53fad46fac52fa4ab65de0a3344f4d872859285
  • main default
  • experimental protected
  • v3.3 protected
  • nrb/airmax-test
  • nrb/ro-flash-nanostation-airmax
  • nrb/add-node-whisperer
  • v3.2 protected
  • v3.1 protected
  • nrb-domains
  • v3.0 protected
  • nrb/dns-cache
  • v2.9 protected
  • feature/addMikrotikwAP
  • v2.8 protected
  • v2.5.1 protected
  • v2.7 protected
  • v2.6 protected
  • v2.5 protected
  • v2.4 protected
  • cpe510
  • v3.2.1+2024-12-15
  • v3.2+2024-12-04
  • v3.1+2024-07-08
  • v2.9+2023-05-13
  • v2.9+2023-05-12
  • v2.9+2023-05-10
  • v2.8+2023-03-05
  • v2.7+2022-12-03
  • v2.6+2022-09-06
  • v2.5+2022-05-07
  • v2.5+2022-05-05
  • v2.4+2022-02-26
  • v2.3+2021-06-03
  • v2.3+2021-04-30
  • v2.2+2021-04-16
  • v2.2+2020-04-16
  • v2.1+2020-12-11
  • v2.1+2020-11-17
  • v2.0+2020-09-26
  • v2.0+2020-06-28
41 results

README.md

Blame
  • 0078-x86-add-mmc-drivers-to-generic-64.patch 1.35 KiB
    From: Andreas Ziegler <github@andreas-ziegler.de>
    Date: Wed, 9 Nov 2016 04:39:59 +0100
    Subject: x86: add mmc drivers to generic+64
    
    diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default
    index 1fda585..9d2cfdb 100644
    --- a/target/linux/x86/64/config-default
    +++ b/target/linux/x86/64/config-default
    @@ -117,6 +117,14 @@ CONFIG_LPC_ICH=y
     CONFIG_MEMORY_BALLOON=y
     # CONFIG_MEMORY_HOTPLUG is not set
     CONFIG_MFD_CORE=y
    +CONFIG_MMC=y
    +CONFIG_MMC_BLOCK=y
    +CONFIG_MMC_RICOH_MMC=y
    +CONFIG_MMC_SDHCI=y
    +CONFIG_MMC_SDHCI_PCI=y
    +# CONFIG_MMC_SDHCI_PLTFM is not set
    +# CONFIG_MMC_TIFM_SD is not set
    +# CONFIG_MMC_WBSD is not set
     CONFIG_MODULES_USE_ELF_RELA=y
     # CONFIG_MPSC is not set
     CONFIG_MUTEX_SPIN_ON_OWNER=y
    diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-default
    index 4fc5131..1d72811 100644
    --- a/target/linux/x86/generic/config-default
    +++ b/target/linux/x86/generic/config-default
    @@ -136,6 +136,14 @@ CONFIG_ISO9660_FS=y
     # CONFIG_LEDS_CLEVO_MAIL is not set
     # CONFIG_MDA_CONSOLE is not set
     # CONFIG_MIXCOMWD is not set
    +CONFIG_MMC=y
    +CONFIG_MMC_BLOCK=y
    +CONFIG_MMC_RICOH_MMC=y
    +CONFIG_MMC_SDHCI=y
    +CONFIG_MMC_SDHCI_PCI=y
    +# CONFIG_MMC_SDHCI_PLTFM is not set
    +# CONFIG_MMC_TIFM_SD is not set
    +# CONFIG_MMC_WBSD is not set
     # CONFIG_MOUSE_BCM5974 is not set
     # CONFIG_MOUSE_CYAPA is not set
     CONFIG_MOUSE_PS2=y