aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-11 15:11:36 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-11 15:11:36 +0000
commitf42d3fde3bc3c0978cdd5b113753a55122376b94 (patch)
treed308d99406c69d62eb13569ad5d43bd14d56c8cc /target/linux/ramips/base-files/lib/ramips.sh
parent9933f03b4a326b477e408da55ebf6325b5a987a8 (diff)
downloadupstream-f42d3fde3bc3c0978cdd5b113753a55122376b94.tar.gz
upstream-f42d3fde3bc3c0978cdd5b113753a55122376b94.tar.bz2
upstream-f42d3fde3bc3c0978cdd5b113753a55122376b94.zip
ramips: rt305x: add support for Accton WR6202 / SMCWBR11S-3GN
This patch adds support for the Accton WR6202 Mini 3G broadband router. Full details for this device are available at http://www.awbnetworks.com/products03.php?Fullkey=19. This device is identical to the SMCWBR11S-3GN: http://www.smc-asia.com/products03.php?Fullkey=210 It's also worth noting that this board has a GPIO line to control the power to the USB port. [juhosg: - fix checkpatch warnings, - reorder Kconfig entry, - merge the sysupgrade patch, - add GPL header] Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30434 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 b3c54e82db..5204820fb9 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -128,6 +128,9 @@ ramips_board_name() {
*"WR512-3GN-like router")
name="wr512-3gn"
;;
+ *"AWB WR6202")
+ name="wr6202"
+ ;;
*)
name="generic"
;;