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
6f19b33f0c
commit
2cf2a69a19
1 changed files with 1 additions and 2 deletions
3
build.sh
3
build.sh
|
@ -659,13 +659,12 @@ fi
|
||||||
cp .config.keep .config
|
cp .config.keep .config
|
||||||
scripts/feeds install kmod-macremapper
|
scripts/feeds install kmod-macremapper
|
||||||
echo "Done"
|
echo "Done"
|
||||||
exit
|
|
||||||
|
|
||||||
if [ ! -f "../../$OMR_TARGET_CONFIG" ]; then
|
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