aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-08-01 14:30:53 +0000
committerJohn Crispin <john@openwrt.org>2013-08-01 14:30:53 +0000
commit23d3b705df405e36b07253f9d16f2fb7757f03f0 (patch)
tree881c9b7f84d81e8243c57dae99eab1ef1fd6ace4 /target/linux/ramips/base-files/lib/ramips.sh
parentaaedf6c8c612d0a561c91fd0f11631ff7e9576b1 (diff)
downloadupstream-23d3b705df405e36b07253f9d16f2fb7757f03f0.tar.gz
upstream-23d3b705df405e36b07253f9d16f2fb7757f03f0.tar.bz2
upstream-23d3b705df405e36b07253f9d16f2fb7757f03f0.zip
ramips: add Poray M3 support
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37636
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 b1ecc8dfb9..7afa707363 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -148,6 +148,9 @@ ramips_board_detect() {
*"Planex MZK-W300NH2"*)
name="mzk-w300nh2"
;;
+ *"Poray M3")
+ name="m3"
+ ;;
*"PWH2004")
name="pwh2004"
;;