summaryrefslogtreecommitdiff
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-06-19 09:52:15 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-06-19 09:52:15 +0000
commit833b4af81602e0afc302060972038dfbbc993708 (patch)
treebbb31daf1c76fa49712b20bbebac879681244d60 /target/linux/ramips/base-files/lib/ramips.sh
parent431e612d9e885471a4cf28288b1673d290e0c782 (diff)
downloadmtk-20170518-833b4af81602e0afc302060972038dfbbc993708.zip
mtk-20170518-833b4af81602e0afc302060972038dfbbc993708.tar.gz
mtk-20170518-833b4af81602e0afc302060972038dfbbc993708.tar.bz2
ramips: rt305x: add support for the Petatel PSR-680W Wireless CDMA Router
This patch adds support for the Korean made Petatel PSR-680W Wireless CDMA Router. The platform is based on Ralink RT3052. http://wiki.openwrt.org/toh/petatel/psr-680w Signed-off-by: Dmitry Shmygov <shmygov at rambler.ru> SVN-Revision: 32450
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 486d137..a5a1734 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -101,6 +101,9 @@ ramips_board_name() {
*"Omnima MiniEMBWiFi")
name="omni-emb"
;;
+ *"Petatel PSR-680W"*)
+ name="psr-680w"
+ ;;
*"PWH2004")
name="pwh2004"
;;