ramips: move /lib/ramips.sh include in /etc/init.d/bootcount into start()
Enabling the init script offline will print an error otherwise. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
parent
b3dd642584
commit
175fbe4d4e
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
. /lib/ramips.sh
|
|
||||||
|
|
||||||
START=99
|
START=99
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
. /lib/ramips.sh
|
||||||
|
|
||||||
local board=$(ramips_board_name)
|
local board=$(ramips_board_name)
|
||||||
if [ $board = "sk-wb8" ]; then
|
if [ $board = "sk-wb8" ]; then
|
||||||
fw_setenv bootcount 0
|
fw_setenv bootcount 0
|
||||||
|
|
Loading…
Reference in a new issue