mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Update build.sh
This commit is contained in:
parent
2cf2a69a19
commit
c9093c7743
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -664,7 +664,7 @@ if [ ! -f "../../$OMR_TARGET_CONFIG" ]; then
|
||||||
echo "Target $OMR_TARGET not found ! You have to configure and compile your kernel manually."
|
echo "Target $OMR_TARGET not found ! You have to configure and compile your kernel manually."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
exit
|
|
||||||
echo "Building $OMR_DIST for the target $OMR_TARGET with kernel $OMR_KERNEL"
|
echo "Building $OMR_DIST for the target $OMR_TARGET with kernel $OMR_KERNEL"
|
||||||
make defconfig
|
make defconfig
|
||||||
make IGNORE_ERRORS=m "$@"
|
make IGNORE_ERRORS=m "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue