diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-11 15:11:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-11 15:11:36 +0000 |
commit | 9cde29f1a71f5228ad35fbf3870262b94a215709 (patch) | |
tree | d8d9fce18a9ae158dc4d08a22f3eae64cf4c45a6 /target/linux/ramips/base-files/etc | |
parent | 59b474732c36d40c725d8bc5a8382c047f7f6933 (diff) | |
download | upstream-9cde29f1a71f5228ad35fbf3870262b94a215709.tar.gz upstream-9cde29f1a71f5228ad35fbf3870262b94a215709.tar.bz2 upstream-9cde29f1a71f5228ad35fbf3870262b94a215709.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>
SVN-Revision: 30434
Diffstat (limited to 'target/linux/ramips/base-files/etc')
-rw-r--r-- | target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 3 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/etc/uci-defaults/network | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom index ac97d037c1..ace012acc7 100644 --- a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom +++ b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom @@ -64,7 +64,8 @@ case "$FIRMWARE" in whr-g300n | \ wl-351 | \ wli-tx4-ag300n | \ - wr512-3gn) + wr512-3gn | \ + wr6202) rt2x00_eeprom_extract "factory" 0 272 ;; diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network index 65c49e0ebb..174383405a 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/network +++ b/target/linux/ramips/base-files/etc/uci-defaults/network @@ -23,7 +23,8 @@ ramips_setup_interfaces() argus-atp52b | \ b2c | \ nw718 | \ - w502u) + w502u | \ + wr6202) ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" ;; |