1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 22:16:21 +03:00

ramips: add sysled and sysupgrade to wr512-3gn

Patch from #10035.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29847 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-01-22 13:43:23 +00:00
parent e6804feade
commit a40700d373
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