Skip to content
Snippets Groups Projects
Commit 6fd9c83d authored by chrissi^'s avatar chrissi^
Browse files

Add ar71xx-mikrotik with BROKEN=1 to beta only


Signed-off-by: default avatarChrissi^ <chris@tinyhost.de>
parent 3d5ada46
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ ARCHITECTURES=( \
ar71xx-tiny\
ar71xx-generic\
ar71xx-nand\
ar71xx-mikrotik\
brcm2708-bcm2708\
brcm2708-bcm2709\
ipq40xx\
......@@ -75,16 +76,29 @@ do
echo "#######################################"
echo "#######################################"
echo Building $ARCHITECTURE
if [ "$ARCHITECTURE" = "ar71xx-mikrotik" ]; then
if [ "$BRANCH" = "beta" ]; then
echo "Allowing to bild ar71xx-mikrotik since we build for beta"
else
echo "Skipping build for ar71xx-mikrotik since we do not build for beta"
continue
fi
BROKEN="BROKEN=1"
else
unset BROKEN
fi
echo Building with BROKEN=$BROKEN
echo "#######################################"
echo "#######################################"
# Preparing build
# ###############
make clean GLUON_TARGET=$ARCHITECTURE $DEBUG -j24
make clean $BROKEN GLUON_TARGET=$ARCHITECTURE $DEBUG -j24
# Doing the Build
# ###############
make all GLUON_TARGET=$ARCHITECTURE $DEBUG -j10 GLUON_RELEASE=${RELEASENAME} GLUON_BRANCH=$BRANCH GLUON_PRIORITY=$PRIO GLUON_ATH10K_MESH=11s
make all $BROKEN GLUON_TARGET=$ARCHITECTURE $DEBUG -j10 GLUON_RELEASE=${RELEASENAME} GLUON_BRANCH=$BRANCH GLUON_PRIORITY=$PRIO
echo Exiting with Code $?
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment