2
0
forked from Ivasoft/openwrt

ramips/mt7621: Synchronize Makefiles with DTS compatible

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2019-07-03 23:22:08 +02:00
committed by Daniel Golle
parent 9f99000165
commit 2f2a319f82
8 changed files with 135 additions and 191 deletions

View File

@@ -6,7 +6,7 @@ start() {
. /lib/functions.sh
local board=$(board_name)
if [ $board = "sk-wb8" ]; then
if [ $board = "samknows,whitebox-v8" ]; then
fw_setenv bootcount 0
fi
}