aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-04-03 10:00:21 +0000
committerJohn Crispin <blogic@openwrt.org>2013-04-03 10:00:21 +0000
commit381db32e2c50d1840b12c3b1c5280a14d9ff449b (patch)
treedfd53de254a8fec6b632fab45f91dd591f545388 /target/linux/ramips/base-files/lib/ramips.sh
parent37b08bf00566d18b0f60dd0b242fbd084e2f8a98 (diff)
downloadupstream-381db32e2c50d1840b12c3b1c5280a14d9ff449b.tar.gz
upstream-381db32e2c50d1840b12c3b1c5280a14d9ff449b.tar.bz2
upstream-381db32e2c50d1840b12c3b1c5280a14d9ff449b.zip
[ramips] add profile for tenda w150m board
http://patchwork.openwrt.org/patch/3371/ Signed-off-by: Chi Zhang <zhangchi866@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36176 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 4948e5b5cc..c89dd469a7 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -180,6 +180,9 @@ ramips_board_detect() {
*"Tenda W306R V2.0")
name="w306r-v20"
;;
+ *"Tenda W150M")
+ name="w150m"
+ ;;
*"TEW-691GR")
name="tew-691gr"
;;