diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2016-08-16 14:49:19 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-16 12:20:12 +0200 |
commit | 7abf9eda8a60ab2c730fc2807a2047ee19280e31 (patch) | |
tree | 50ad2d1212f06add8ea9f0a98e82e2fb9786d44f /target | |
parent | 83bd1f81c406ed346fd6d500634a718aee90a2e9 (diff) | |
download | master-31e0f0ae-7abf9eda8a60ab2c730fc2807a2047ee19280e31.tar.gz master-31e0f0ae-7abf9eda8a60ab2c730fc2807a2047ee19280e31.tar.bz2 master-31e0f0ae-7abf9eda8a60ab2c730fc2807a2047ee19280e31.zip |
archs38: Remove MMC kernel modules, they are built-in now
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@synopsys.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/archs38/generic/profiles/00-default.mk | 2 | ||||
-rw-r--r-- | 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 b0971080da..fd8143a166 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 156bef7d0a..7a89b21232 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 |