mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Fix intel configuration problem
This commit is contained in:
parent
72fa3e9b3c
commit
7564ef08d6
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ function genconfig {
|
|||
for p in $intel_mips; do
|
||||
if [ $p == $profile ]; then
|
||||
target="intel_mips"
|
||||
config_path="target/linux/iopsys_ramips/config"
|
||||
config_path="target/linux/intel_mips/config"
|
||||
return
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue