ramips: add initial support for SamKnows SK-WB8

Signed-off-by: Andrew Yong <me@ndoo.sg>
This commit is contained in:
Andrew Yong
2016-05-11 00:17:54 +08:00
committed by John Crispin
parent 9195d8da35
commit 374cae9e6f
10 changed files with 171 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/sh /etc/rc.common
. /lib/ramips.sh
START=99
start() {
local board=$(ramips_board_name)
if [ $board = "sk-wb8" ]; then
fw_setenv bootcount 0
fi
}