aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib
diff options
context:
space:
mode:
authorL. D. Pinney <ldpinney@gmail.com>2017-08-04 04:09:06 +0800
committerMathias Kresin <dev@kresin.me>2017-08-11 18:12:56 +0200
commitdf3295f50e54909090846de12f7deb3ff8de6557 (patch)
treefe801ebc2dad1c46d1e04c3eaa5c224f941bf496 /target/linux/ramips/base-files/lib
parent8c9f847a808cbbe469c40b1f0a6fd9c78d3a42a4 (diff)
downloadupstream-df3295f50e54909090846de12f7deb3ff8de6557.tar.gz
upstream-df3295f50e54909090846de12f7deb3ff8de6557.tar.bz2
upstream-df3295f50e54909090846de12f7deb3ff8de6557.zip
ramips: add support for the VoCore2 Lite
The VoCore2 Lite uses the same PCB as the Vocore2. This patch moves the common VoCore2 parts into dtsi. Removed memory node in the device tree source file. Memory is detected automatically. http://vocore.io/ http://vonger.net/ http://vonger.cn/ Specifications: - SoC: MediaTek MT7688AN - RAM: 64MB DDR2 EtronTech EM68B16CWQH-25H - Flash: 8MB NOR SPI Flash GigaDevice GD25Q64CWIG - Wireless: Built into MT7688AN with onboard IPEX connector Firmware installation: - VoCore2-Lite ships with firmware forked from OpenWrt. - Installation from the bootloader is recommended. - If using luci/sysupgrade use the -n option (do not keep settings) original firmware uses a modified proprietary MediaTek wireless driver. - The wireless is disabled by default in LEDE. - If reverting to factory firmware using the bootloader is recommended. Signed-off-by: L. D. Pinney <ldpinney@gmail.com> Tested by: Noble Pepper <noblepepper@gmail.com>
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
-rwxr-xr-xtarget/linux/ramips/base-files/lib/upgrade/platform.sh1
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 0087f2003b..a3f376e6ac 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -523,6 +523,9 @@ ramips_board_detect() {
*"VoCore2")
name="vocore2"
;;
+ *"VoCore2-Lite")
+ name="vocore2lite"
+ ;;
*"VR500")
name="vr500"
;;
diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh
index 085bf94aac..8977381c86 100755
--- a/target/linux/ramips/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh
@@ -149,6 +149,7 @@ platform_check_image() {
vocore-8M|\
vocore-16M|\
vocore2|\
+ vocore2lite|\
vr500|\
w150m|\
w2914nsv2|\