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

Gluon 2022 changes

parent 61e5c29e
No related branches found
No related tags found
No related merge requests found
......@@ -6,28 +6,29 @@ cd ../
# Setting environment
ARCHITECTURES_DEFAULT=" \
ar71xx-generic \
ar71xx-tiny \
ar71xx-nand \
ar71xx-mikrotik \
ath79-generic \
brcm2708-bcm2708 \
brcm2708-bcm2709 \
ath79-nand \
ath79-mikrotik \
bcm27xx-bcm2708 \
bcm27xx-bcm2709 \
ipq40xx-generic \
ipq40xx-mikrotik \
ipq806x-generic \
lantiq-xrx200 \
lantiq-xway \
mpc85xx-generic \
mediatek-mt7622 \
mpc85xx-p1010 \
mpc85xx-p1020 \
ramips-mt7620 \
ramips-mt7621 \
ramips-mt76x8 \
ramips-rt305x \
rockchip-armv8 \
sunxi-cortexa7 \
x86-generic \
x86-geode \
x86-legacy \
x86-64 \
"
# sunxi-cortexa7 \
BRANCH_DEFAULT=experimental
......@@ -129,7 +130,17 @@ do
# Doing the Build
# ###############
make all $BROKEN GLUON_TARGET=$ARCHITECTURE $DEBUG -j${J} GLUON_RELEASE=${RELEASENAME} GLUON_AUTOUPDATER_BRANCH=$BRANCH GLUON_AUTOUPDATER_ENABLED=1 GLUON_PRIORITY=$PRIO
make all \
$BROKEN \
GLUON_TARGET=$ARCHITECTURE \
$DEBUG \
-j${J} \
GLUON_RELEASE=${RELEASENAME} \
GLUON_AUTOUPDATER_BRANCH=$BRANCH \
GLUON_AUTOUPDATER_ENABLED=1 \
GLUON_PRIORITY=$PRIO \
GLUON_DEPRECATED=full
echo \# make all completed >> output/cmd/${ARCHITECTURE}_make
echo Exiting with Code $?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment