aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7621/profiles/misc.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-04-09 10:25:03 +0000
committerJohn Crispin <john@openwrt.org>2016-04-09 10:25:03 +0000
commit8b8dfeb027c820c7264b7ffb724d58911bf8ae42 (patch)
treecaa7d6b12b95e11ab8fb2c259ed9c8fe3dc97a26 /target/linux/ramips/mt7621/profiles/misc.mk
parent0ffa58009a05c946a1a93fb68d5f852cb54741fc (diff)
downloadupstream-8b8dfeb027c820c7264b7ffb724d58911bf8ae42.tar.gz
upstream-8b8dfeb027c820c7264b7ffb724d58911bf8ae42.tar.bz2
upstream-8b8dfeb027c820c7264b7ffb724d58911bf8ae42.zip
ramips: Disable the SD driver by default on MT7621
The SD driver has been a long and dragging issue on the MT7621 platforms as it hasn't worked for months resulting in unbootable devices. Until it's fixed, disable it in the default profiles. Reports / Discussed here: https://dev.openwrt.org/ticket/21392 https://dev.openwrt.org/ticket/21834 https://dev.openwrt.org/ticket/21995 https://forum.openwrt.org/viewtopic.php?id=59092 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> SVN-Revision: 49131
Diffstat (limited to 'target/linux/ramips/mt7621/profiles/misc.mk')
-rw-r--r--target/linux/ramips/mt7621/profiles/misc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7621/profiles/misc.mk b/target/linux/ramips/mt7621/profiles/misc.mk
index ee25b953b5..06a9d44c88 100644
--- a/target/linux/ramips/mt7621/profiles/misc.mk
+++ b/target/linux/ramips/mt7621/profiles/misc.mk
@@ -9,7 +9,7 @@ define Profile/PBR-M1
NAME:=PBR-M1 Device
FEATURES+=rtc
PACKAGES:=\
- kmod-usb-core kmod-usb3 kmod-usb-hid kmod-sdhci-mt7620 \
+ kmod-usb-core kmod-usb3 kmod-usb-hid \
kmod-ledtrig-usbdev kmod-ata-core kmod-ata-ahci \
kmod-rtc-pcf8563
endef