aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-03-27 19:19:40 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-03-27 19:19:40 +0000
commit3dbd1d3156fd5e5d3bf2d71e510e002fe04dadb1 (patch)
tree9c8db7f8acff9bdb930863b52ca55454d90052d8 /target/linux/ramips/base-files/lib
parentc1a70892bc4f3d94cfc2533fbc01da2a15a996be (diff)
downloadmaster-187ad058-3dbd1d3156fd5e5d3bf2d71e510e002fe04dadb1.tar.gz
master-187ad058-3dbd1d3156fd5e5d3bf2d71e510e002fe04dadb1.tar.bz2
master-187ad058-3dbd1d3156fd5e5d3bf2d71e510e002fe04dadb1.zip
ramips: add sysupgrade and status LED support for HW550-3G
This patch adds sysupgrade and status LED support for the Aztech HW550-3G. Some LED GPIOs were changed for clarity. Signed-off-by: Layne Edwards <ledwards76@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26320 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/upgrade/platform.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh
index d0094286b5..bf8a9865be 100755
--- a/target/linux/ramips/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh
@@ -14,7 +14,7 @@ platform_check_image() {
[ "$ARGC" -gt 1 ] && return 1
case "$board" in
- dir-300-b1 | fonera20n | v22rw-2x2 | whr-g300n)
+ dir-300-b1 | fonera20n | v22rw-2x2 | whr-g300n | hw550-3g)
[ "$magic" != "2705" ] && {
echo "Invalid image type."
return 1