1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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
This commit is contained in:
juhosg
2011-03-27 19:19:40 +00:00
parent 96fee377d5
commit 4d41fe6013
3 changed files with 15 additions and 12 deletions

View File

@@ -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