2
0
forked from Ivasoft/openwrt

ralink: add WRTnode2 platform and led support

Signed-off-by: xzmu <xzmu@wrtnode.com>

SVN-Revision: 48049
This commit is contained in:
John Crispin
2016-01-01 21:19:50 +00:00
parent df165974c3
commit de7dce21a3
8 changed files with 168 additions and 0 deletions

View File

@@ -117,6 +117,8 @@ ramips_setup_interfaces()
ubnt-erx|\
ur-326n4g|\
wrtnode|\
wrtnode2p | \
wrtnode2r | \
wt3020|\
zbt-wa05)
ucidef_add_switch "switch0" \

View File

@@ -181,6 +181,11 @@ get_status_led() {
wsr-600)
status_led="$board:orange:diag"
;;
wrtnode2r | \
wrtnode2p | \
wrtnode)
status_led="wrtnode:blue:indicator"
;;
esac
}