diff options
author | John Crispin <john@openwrt.org> | 2014-08-25 06:35:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-25 06:35:46 +0000 |
commit | fdc41e2fd79dac12f3c18aadef077f0f140f464c (patch) | |
tree | 05d517d8cf9925d301d5f59681b0ccd7ff7624c0 /target/linux/ramips/rt305x/profiles | |
parent | a3fd3dc7968629334b8f8ec76e3e020ef18cad85 (diff) | |
download | upstream-fdc41e2fd79dac12f3c18aadef077f0f140f464c.tar.gz upstream-fdc41e2fd79dac12f3c18aadef077f0f140f464c.tar.bz2 upstream-fdc41e2fd79dac12f3c18aadef077f0f140f464c.zip |
ramips: enable second SPI for VoCore
This patch enables the second SPI as spidev and also fixes some typos.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 42277
Diffstat (limited to 'target/linux/ramips/rt305x/profiles')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/vocore.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/rt305x/profiles/vocore.mk b/target/linux/ramips/rt305x/profiles/vocore.mk index 11fb634beb..92f3ce58ed 100644 --- a/target/linux/ramips/rt305x/profiles/vocore.mk +++ b/target/linux/ramips/rt305x/profiles/vocore.mk @@ -9,7 +9,8 @@ define Profile/VOCORE NAME:=VoCore PACKAGES:=\ kmod-usb-core kmod-usb-ohci kmod-usb2 \ - kmod-i2c-core kmod-i2c-ralink + kmod-i2c-core kmod-i2c-ralink \ + kmod-spi-dev endef define Profile/VOCORE/Description |