diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-06-19 09:52:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-06-19 09:52:15 +0000 |
commit | 833b4af81602e0afc302060972038dfbbc993708 (patch) | |
tree | bbb31daf1c76fa49712b20bbebac879681244d60 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 431e612d9e885471a4cf28288b1673d290e0c782 (diff) | |
download | upstream-833b4af81602e0afc302060972038dfbbc993708.tar.gz upstream-833b4af81602e0afc302060972038dfbbc993708.tar.bz2 upstream-833b4af81602e0afc302060972038dfbbc993708.zip |
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-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 486d137298..a5a173436e 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" ;; |