aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-03-07 09:54:59 +0000
committerJohn Crispin <blogic@openwrt.org>2014-03-07 09:54:59 +0000
commit3be7023c9be4e1381699ce393638ad63565c9ac5 (patch)
tree28ccb3d0502b42073ee8eac5c51d0fd4d2fd9f0f /target/linux/ramips/base-files/lib/ramips.sh
parentb34d1931ce19032a5575ea0e5044558d6c2a60f9 (diff)
downloadupstream-3be7023c9be4e1381699ce393638ad63565c9ac5.tar.gz
upstream-3be7023c9be4e1381699ce393638ad63565c9ac5.tar.bz2
upstream-3be7023c9be4e1381699ce393638ad63565c9ac5.zip
ralink: add support for wrtnode
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39786 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 5a686e6719..a3a26cb23e 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"
;;
+ *"WRTNODE")
+ name="wrtnode"
+ ;;
*"Sercomm NA930")
name="na930"
;;