[LEDE-DEV] [PATCH 4/5] archs38: Remove MMC kernel modules, they are built-in now
Alexey Brodkin
Alexey.Brodkin at synopsys.com
Tue Aug 16 04:49:19 PDT 2016
If we want to boot from SD-card we need to have corresponding
drivers already built-in so there's no point in having these
modules.
Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
---
target/linux/archs38/generic/profiles/00-default.mk | 2 +-
target/linux/archs38/generic/profiles/02-axs103.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/archs38/generic/profiles/00-default.mk b/target/linux/archs38/generic/profiles/00-default.mk
index b097108..fd8143a 100644
--- a/target/linux/archs38/generic/profiles/00-default.mk
+++ b/target/linux/archs38/generic/profiles/00-default.mk
@@ -7,7 +7,7 @@
define Profile/Default
NAME:=Default Profile (all drivers)
- PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-mmc kmod-sdhci kmod-ath9k-htc wpad-mini
+ PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-ath9k-htc wpad-mini
endef
define Profile/Default/Description
diff --git a/target/linux/archs38/generic/profiles/02-axs103.mk b/target/linux/archs38/generic/profiles/02-axs103.mk
index 156bef7..7a89b21 100644
--- a/target/linux/archs38/generic/profiles/02-axs103.mk
+++ b/target/linux/archs38/generic/profiles/02-axs103.mk
@@ -7,7 +7,7 @@
define Profile/axs103
NAME:=Synopsys DesignWare AXS103
- PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-mmc kmod-sdhci kmod-ath9k-htc wpad-mini
+ PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-ath9k-htc wpad-mini
endef
define Profile/axs103/Description
--
2.7.4
More information about the Lede-dev
mailing list