From 9956d339e9803f3808473453071464acd5aa0fb1 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 1 Sep 2014 13:21:49 +0000 Subject: ramips: Add support for VoCore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Backport of r41939 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42376 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/base-files/lib/ramips.sh | 3 +++ target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 + 2 files changed, 4 insertions(+) (limited to 'target/linux/ramips/base-files/lib') 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 | \ -- cgit v1.2.3