aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-02-18 13:33:25 +0000
committerJohn Crispin <blogic@openwrt.org>2014-02-18 13:33:25 +0000
commit36cfff40723876ffca214a2e6a351374a7b698f6 (patch)
treeebdf8117a6ed71a56981dbf9773f469e5e08807c /target/linux/ramips/base-files/lib/ramips.sh
parentd6515b152d3311516cd400f829450a66c7999e38 (diff)
downloadupstream-36cfff40723876ffca214a2e6a351374a7b698f6.tar.gz
upstream-36cfff40723876ffca214a2e6a351374a7b698f6.tar.bz2
upstream-36cfff40723876ffca214a2e6a351374a7b698f6.zip
ralink: add support for na930
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39611 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-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 7aa331334e..5a686e6719 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -280,6 +280,9 @@ ramips_board_detect() {
*"V22SG")
name="v22sg"
;;
+ *"Sercomm NA930")
+ name="na930"
+ ;;
*)
name="generic"
;;