diff options
author | John Crispin <john@openwrt.org> | 2013-04-03 10:00:21 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-03 10:00:21 +0000 |
commit | 93899a1329f66ffa7550a75b8af3bb40e6a3c67a (patch) | |
tree | b535e309eb20e9ac3c337a532882ef959730a91d /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 7e54357bd585f644b686755eda5a94264ea5b218 (diff) | |
download | upstream-93899a1329f66ffa7550a75b8af3bb40e6a3c67a.tar.gz upstream-93899a1329f66ffa7550a75b8af3bb40e6a3c67a.tar.bz2 upstream-93899a1329f66ffa7550a75b8af3bb40e6a3c67a.zip |
add profile for tenda w150m board
http://patchwork.openwrt.org/patch/3371/
Signed-off-by: Chi Zhang <zhangchi866@gmail.com>
SVN-Revision: 36176
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-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 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" ;; |