genconfig: also touch boardparms_voice.c.

This commit is contained in:
Kenneth Johansson 2017-06-16 11:55:47 +02:00
parent 985d5a9ea2
commit 962a09c08e

View file

@ -293,9 +293,9 @@ function genconfig {
touch package/kernel/linux/Makefile
# we need to signal to bradcom SDK that we have changed the board id
# currently boardparms.c is the only place that is depending on inteno boardid name
# 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)"