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/etc/uci-defaults/network | |
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/etc/uci-defaults/network')
-rwxr-xr-x | target/linux/ramips/base-files/etc/uci-defaults/network | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network index 43d5726921..bbf0334437 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/network +++ b/target/linux/ramips/base-files/etc/uci-defaults/network @@ -24,6 +24,7 @@ ramips_setup_interfaces() argus-atp52b | \ b2c | \ nw718 | \ + psr-680w | \ sl-r7205 | \ w502u | \ wr6202) @@ -93,6 +94,7 @@ ramips_setup_macs() b2c | \ f5d8235-v1 | \ nw718 | \ + psr-680w | \ rt-n15 | \ sl-r7205 | \ wl-351) |