aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-11-18 09:35:41 +0000
committerJohn Crispin <blogic@openwrt.org>2013-11-18 09:35:41 +0000
commit0fb20713f7137d08854fc5cc233377490496c2ae (patch)
treec9c4e01e293107e8f35c3f0871720f80aa89e213 /target/linux/ramips/base-files
parent451710bb2d02779e3227cf91570c9e1ff51fe412 (diff)
downloadupstream-0fb20713f7137d08854fc5cc233377490496c2ae.tar.gz
upstream-0fb20713f7137d08854fc5cc233377490496c2ae.tar.bz2
upstream-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')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
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"
;;