ramips: add sysled and sysupgrade to wr512-3gn

Patch from #10035.

SVN-Revision: 29847
This commit is contained in:
Gabor Juhos 2012-01-22 13:43:23 +00:00
parent 8e662f28fe
commit e9d8deaaed
2 changed files with 5 additions and 1 deletions

View file

@ -78,6 +78,9 @@ get_status_led() {
wl-351)
status_led="wl-351:amber:power"
;;
wr512-3gn)
status_led="wr512:green:wps"
;;
esac
}

View file

@ -30,7 +30,8 @@ platform_check_image() {
w502u |\
v22rw-2x2 | \
wli-tx4-ag300n | \
whr-g300n)
whr-g300n |\
wr512-3gn)
[ "$magic" != "2705" ] && {
echo "Invalid image type."
return 1