diff options
author | John Crispin <blogic@openwrt.org> | 2013-08-01 14:30:53 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-08-01 14:30:53 +0000 |
commit | 48159ba927ade03cac00ba39fbe8065b5b77dbbd (patch) | |
tree | adf19cfc5d2ec253fd7f6927f3168341b60cfcc8 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 9e2a11f634980804cc74599799245ecc64a39173 (diff) | |
download | upstream-48159ba927ade03cac00ba39fbe8065b5b77dbbd.tar.gz upstream-48159ba927ade03cac00ba39fbe8065b5b77dbbd.tar.bz2 upstream-48159ba927ade03cac00ba39fbe8065b5b77dbbd.zip |
ramips: add Poray M3 support
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37636 3c298f89-4303-0410-b956-a3cf2f4a3e73
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" ;; |