ramips: add sysled and sysupgrade to wr512-3gn
Patch from #10035. SVN-Revision: 29847
This commit is contained in:
parent
8e662f28fe
commit
e9d8deaaed
@ -78,6 +78,9 @@ get_status_led() {
|
||||
wl-351)
|
||||
status_led="wl-351:amber:power"
|
||||
;;
|
||||
wr512-3gn)
|
||||
status_led="wr512:green:wps"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user