diff options
author | John Crispin <john@openwrt.org> | 2013-11-18 09:35:41 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-18 09:35:41 +0000 |
commit | 82e624279818643f58b92a88277f6a9eb1fd7ed0 (patch) | |
tree | 107ad81cde61418237b75b157293671084923ee7 /target/linux/ramips/base-files | |
parent | a17e5159ac22308d11e4c30bbda238373777b57d (diff) | |
download | upstream-82e624279818643f58b92a88277f6a9eb1fd7ed0.tar.gz upstream-82e624279818643f58b92a88277f6a9eb1fd7ed0.tar.bz2 upstream-82e624279818643f58b92a88277f6a9eb1fd7ed0.zip |
ralink: add support for ralink mt7620 nand eval board
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38848
Diffstat (limited to 'target/linux/ramips/base-files')
-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" ;; |