mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
iop: fix genconfig path
This commit is contained in:
parent
affb441247
commit
abff7287ec
1 changed files with 2 additions and 1 deletions
|
|
@ -215,7 +215,8 @@ function genconfig {
|
|||
fi
|
||||
|
||||
# Add target diff
|
||||
local target_conf=target/linux/${target/_/-}/config
|
||||
local target_name=$(echo $target | sed 's/_/-/g')
|
||||
local target_conf=target/linux/${target_name}/config
|
||||
if [ -f $target_conf ]; then
|
||||
cat $target_conf >> .config
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue