OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | #!/bin/sh /etc/rc.common |
2 | |||
3 | START=99 |
||
4 | |||
5 | start() { |
||
6 | . /lib/functions.sh |
||
7 | |||
8 | local board=$(board_name) |
||
9 | if [ $board = "sk-wb8" ]; then |
||
10 | fw_setenv bootcount 0 |
||
11 | fi |
||
12 | } |