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

BROKEN=1: Fix architecture name for ath79-mikrotik, lantiq-xway

lantiq-xway isn't needed anymore...
parent 2d09d745
No related branches found
No related tags found
No related merge requests found
......@@ -107,23 +107,11 @@ do
echo Building $ARCHITECTURE
unset BROKEN
if [ "$ARCHITECTURE" = "ar71xx-mikrotik" ]; then
if [ "$ARCHITECTURE" = "ath79-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
echo "Building ath79-mikrotik with BROKEN=1"
BROKEN="BROKEN=1"
fi
BROKEN="BROKEN=1"
fi
if [ "$ARCHITECTURE" = "lantiq-xway" ]; then
if [[ "$BRANCH" == *"beta" ]]; then
echo "Allowing to bild lantiq-xway with BROKEN=1 since we build for beta"
else
echo "Building lantiq-xway without broken"
continue
fi
BROKEN="BROKEN=1"
fi
echo Building with BROKEN=$BROKEN
echo "#######################################"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment