diff options
author | YuheiOKAWA <tochiro.srchack@gmail.com> | 2018-02-23 01:58:23 +0900 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-24 17:24:30 +0200 |
commit | 0f35193aecff47bb7a233a1123c87c1b8a9b2a04 (patch) | |
tree | 45e2ee9aa7f1491ca594eaa4b0a9a76fb64833ea /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 1780f09ee377fb3c75969cd5ebfffc169423364d (diff) | |
download | mtk-20170518-0f35193aecff47bb7a233a1123c87c1b8a9b2a04.zip mtk-20170518-0f35193aecff47bb7a233a1123c87c1b8a9b2a04.tar.gz mtk-20170518-0f35193aecff47bb7a233a1123c87c1b8a9b2a04.tar.bz2 |
ramips: add support for YUKAI Engineering Inc. BOCCO
BOCCO is a communication robot provided by YUKAI Engineering Inc.
SoC: MT7620A
MEM: 256MB
Flash: 8MB
NAND: 512MB (non support)
Include Sound DAC and AMP.
No Wired Ethernet.
Signed-off-by: YuheiOKAWA <tochiro.srchack@gmail.com>
(cherry picked from commit d91953cb5351f1ab3e75ae9e2d9622f754d518ed)
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 8c15155..edccfcd 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -76,6 +76,9 @@ ramips_board_detect() { *"BC2") name="bc2" ;; + *"BOCCO") + name="bocco" + ;; *"BR-6475nD") name="br-6475nd" ;; |