diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2016-08-24 17:48:11 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-28 13:51:42 +0200 |
commit | ca519d4f8d757fdeab28515b34e51820ad0764f8 (patch) | |
tree | 6d81befc11a9ecb16aceabdb8e3f7ce53c6b0ebb /target/linux/arc770/generic/profiles/02-axs101.mk | |
parent | cf3364a363bd3a9910cba7c7d4efc5c8a2b4a779 (diff) | |
download | upstream-ca519d4f8d757fdeab28515b34e51820ad0764f8.tar.gz upstream-ca519d4f8d757fdeab28515b34e51820ad0764f8.tar.bz2 upstream-ca519d4f8d757fdeab28515b34e51820ad0764f8.zip |
arc770: 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/linux/arc770/generic/profiles/02-axs101.mk')
-rw-r--r-- | target/linux/arc770/generic/profiles/02-axs101.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/arc770/generic/profiles/02-axs101.mk b/target/linux/arc770/generic/profiles/02-axs101.mk index 56a97e5e6b..3fb652612a 100644 --- a/target/linux/arc770/generic/profiles/02-axs101.mk +++ b/target/linux/arc770/generic/profiles/02-axs101.mk @@ -7,7 +7,7 @@ define Profile/axs101 NAME:=Synopsys DesignWare AXS101 - PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-mmc kmod-sdhci kmod-ath9k-htc wpad-mini + PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ath9k-htc wpad-mini endef define Profile/axs101/Description |