From 4d41fe60132f3e83d453a4b680121b357d5294a7 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 27 Mar 2011 19:19:40 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26320 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/base-files/lib/upgrade/platform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/base-files/lib/upgrade') diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index d0094286b..bf8a9865b 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 -- cgit v1.2.3