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

build lantiq-xway with BROKEN=1 for beta

parent 696d8a26
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,8 @@ do
echo "#######################################"
echo "#######################################"
echo Building $ARCHITECTURE
unset BROKEN
if [ "$ARCHITECTURE" = "ar71xx-mikrotik" ]; then
if [[ "$BRANCH" == *"beta" ]]; then
echo "Allowing to bild ar71xx-mikrotik since we build for beta"
......@@ -107,8 +109,15 @@ do
continue
fi
BROKEN="BROKEN=1"
else
unset BROKEN
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