ramips: Added support for ZBT-826 / ZBT-1026

Support for these MT7620-based routers: https://wiki.openwrt.org/toh/zbt/we-826
Based on Oskari’s patches found here: https://dev.openwrt.org/ticket/19996

Signed-off-by: Jamie Stuart <jamie@onebillion.org>

SVN-Revision: 48865
This commit is contained in:
John Crispin
2016-03-01 09:17:06 +00:00
parent 59121fdd69
commit 96eb5c6fa8
7 changed files with 155 additions and 0 deletions

3
target/linux/ramips/base-files/lib/ramips.sh Executable file → Normal file
View File

@@ -475,6 +475,9 @@ ramips_board_detect() {
*"ZBT-WA05")
name="zbt-wa05"
;;
*"ZBT-WE826")
name="zbt-we826"
;;
*"ZBT-WG2626")
name="zbt-wg2626"
;;