diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-12 13:29:46 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-07-12 13:29:46 +0000 |
commit | cb32e76a01990169ac96d9ade4a5f39b39153ace (patch) | |
tree | 1f36504c6c0cc83dd46217e2fe76f15f95f81ed7 /target/linux/ramips/base-files/lib/upgrade | |
parent | 5327743b3245e26706e579f3fb2a205d19f8987b (diff) | |
download | master-187ad058-cb32e76a01990169ac96d9ade4a5f39b39153ace.tar.gz master-187ad058-cb32e76a01990169ac96d9ade4a5f39b39153ace.tar.bz2 master-187ad058-cb32e76a01990169ac96d9ade4a5f39b39153ace.zip |
ramips: rt305x: add support for Edimax 3G-6200N
Support for Edimax 3G-6200N router with USB.
Signed-off-by: Lukasz Golebiowski <lgolebio@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32682 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 1292b83e79..dba5e793b1 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -14,6 +14,7 @@ platform_check_image() { [ "$ARGC" -gt 1 ] && return 1 case "$board" in + 3g-6200n | \ all0256n | \ bc2 | \ dir-300-b1 | \ |