diff options
author | John Crispin <blogic@openwrt.org> | 2014-09-01 13:21:49 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-09-01 13:21:49 +0000 |
commit | 9956d339e9803f3808473453071464acd5aa0fb1 (patch) | |
tree | 4eb4bcc85d38052f6ef359033c93afbc90c4211b /target/linux/ramips/base-files/lib | |
parent | 8ef1c93002fd8a04903e6bba1a2dea018bd6af28 (diff) | |
download | upstream-9956d339e9803f3808473453071464acd5aa0fb1.tar.gz upstream-9956d339e9803f3808473453071464acd5aa0fb1.tar.bz2 upstream-9956d339e9803f3808473453071464acd5aa0fb1.zip |
ramips: Add support for VoCore
This is based and tested on VoCore Alpha, but other stuff like status/eth LEDs are present on the final board revision + VoDock.
All GPIOs are exported, except spi/i2c.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Backport of r41939
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42376 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index d2a3d9faaf..d7b55407b7 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -238,6 +238,9 @@ ramips_board_detect() { *"V22RW-2X2") name="v22rw-2x2" ;; + *"VoCore") + name="vocore" + ;; *"W502U") name="w502u" ;; diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 22b72a1920..407c21838a 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -81,6 +81,7 @@ platform_check_image() { w502u |\ wr6202 |\ v22rw-2x2 | \ + vocore | \ wl341v3 | \ wl-330n | \ wl-330n3g | \ |