mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
genconfig: also touch boardparms_voice.c.
This commit is contained in:
parent
985d5a9ea2
commit
962a09c08e
1 changed files with 2 additions and 2 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue