From 863eb435a481dd72d5a6071e4e4e1686ccc1417a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= Date: Thu, 22 Jun 2017 11:08:41 +0200 Subject: [PATCH] Revert "Do not touch boardparams for now" This reverts commit e50f07474047c58c53feacd55d1c6311bef1da5c. --- iop/scripts/genconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iop/scripts/genconfig.sh b/iop/scripts/genconfig.sh index fc249f5bb..b430a08de 100755 --- a/iop/scripts/genconfig.sh +++ b/iop/scripts/genconfig.sh @@ -295,7 +295,7 @@ function genconfig { # we need to signal to bradcom SDK that we have changed the board id # currently boardparms.c and boardparms_voice.c is the only place that is depending on inteno boardid name # so just touch that file. - #find build_dir/ -name "boardparms*c" -print0 | xargs -0 touch + find build_dir/ -name "boardparms*c" -print0 | xargs -0 touch # Set default values based on selected parameters v "$(make defconfig 2>&1)"