OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | #!/bin/sh |
2 | # Copyright 2012-2015 OpenWrt.org |
||
3 | # |
||
4 | |||
5 | . /lib/functions/uci-defaults.sh |
||
6 | |||
7 | board_config_update |
||
8 | |||
9 | ucidef_set_led_netdev "wlan" "wlan" "wlan" "wlan0" |
||
10 | |||
11 | board_config_flush |
||
12 | |||
13 | exit 0 |