diff options
author | John Crispin <john@openwrt.org> | 2013-08-01 14:30:53 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-08-01 14:30:53 +0000 |
commit | 23d3b705df405e36b07253f9d16f2fb7757f03f0 (patch) | |
tree | 881c9b7f84d81e8243c57dae99eab1ef1fd6ace4 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | aaedf6c8c612d0a561c91fd0f11631ff7e9576b1 (diff) | |
download | upstream-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-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 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" ;; |