diff options
author | John Crispin <blogic@openwrt.org> | 2013-11-18 09:35:41 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-11-18 09:35:41 +0000 |
commit | 0fb20713f7137d08854fc5cc233377490496c2ae (patch) | |
tree | c9c4e01e293107e8f35c3f0871720f80aa89e213 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 451710bb2d02779e3227cf91570c9e1ff51fe412 (diff) | |
download | master-187ad058-0fb20713f7137d08854fc5cc233377490496c2ae.tar.gz master-187ad058-0fb20713f7137d08854fc5cc233377490496c2ae.tar.bz2 master-187ad058-0fb20713f7137d08854fc5cc233377490496c2ae.zip |
ralink: add support for ralink mt7620 nand eval board
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38848 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c93561fb0f..972f41534f 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -268,6 +268,9 @@ ramips_board_detect() { *"HG255D") name="hg255d" ;; + *"V22SG") + name="v22sg" + ;; *) name="generic" ;; |