Fix intel configuration problem

This commit is contained in:
Jonas Höglund 2019-01-25 15:21:54 +01:00
parent 72fa3e9b3c
commit 7564ef08d6

View file

@ -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