diff options
author | John Crispin <john@openwrt.org> | 2016-04-09 10:25:03 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-09 10:25:03 +0000 |
commit | 8b8dfeb027c820c7264b7ffb724d58911bf8ae42 (patch) | |
tree | caa7d6b12b95e11ab8fb2c259ed9c8fe3dc97a26 /target/linux/ramips/mt7621/profiles/firefly.mk | |
parent | 0ffa58009a05c946a1a93fb68d5f852cb54741fc (diff) | |
download | upstream-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/firefly.mk')
-rw-r--r-- | target/linux/ramips/mt7621/profiles/firefly.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7621/profiles/firefly.mk b/target/linux/ramips/mt7621/profiles/firefly.mk index bc50ab4ed7..979752780b 100644 --- a/target/linux/ramips/mt7621/profiles/firefly.mk +++ b/target/linux/ramips/mt7621/profiles/firefly.mk @@ -8,7 +8,7 @@ define Profile/FIREWRT NAME:=Firefly FireWRT PACKAGES:=\ - kmod-usb-core kmod-usb3 kmod-usb-hid kmod-sdhci-mt7620 \ + kmod-usb-core kmod-usb3 kmod-usb-hid \ kmod-ledtrig-usbdev endef |