diff options
author | John Crispin <john@openwrt.org> | 2016-04-09 10:24:58 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-09 10:24:58 +0000 |
commit | 0ffa58009a05c946a1a93fb68d5f852cb54741fc (patch) | |
tree | 72003d5708074cd8690a068b726d819c98d3c394 /target/linux/ramips/mt7688 | |
parent | 3ad1820e8365313d89902e5556c8722aabe9e0aa (diff) | |
download | upstream-0ffa58009a05c946a1a93fb68d5f852cb54741fc.tar.gz upstream-0ffa58009a05c946a1a93fb68d5f852cb54741fc.tar.bz2 upstream-0ffa58009a05c946a1a93fb68d5f852cb54741fc.zip |
ramips: Fixes for LinkIt 7688
Misc fixes for LinkIt 7688 board:
- Copy the right wireless firmware for the mt7688
- Add back '0065-mt7688-fixes.patch', left out after the move to Linux 4.4.
- Remove SPI_DEV from linux config which otherwise causes a massive warning
- Add wmac to LINKIT7688.dts so wireless works
Signed-off-by: Adam Kent <adam@semicircular.net>
SVN-Revision: 49130
Diffstat (limited to 'target/linux/ramips/mt7688')
-rw-r--r-- | target/linux/ramips/mt7688/config-4.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7688/config-4.4 b/target/linux/ramips/mt7688/config-4.4 index c1e8df2bf5..2bfd3f8f82 100644 --- a/target/linux/ramips/mt7688/config-4.4 +++ b/target/linux/ramips/mt7688/config-4.4 @@ -193,7 +193,7 @@ CONFIG_SPI=y CONFIG_SPI_MASTER=y CONFIG_SPI_MT7621=y # CONFIG_SPI_RT2880 is not set -CONFIG_SPI_SPIDEV=y +# CONFIG_SPI_SPIDEV is not set CONFIG_SRCU=y CONFIG_SWCONFIG=y CONFIG_SYSCTL_EXCEPTION_TRACE=y |