Targets für Gluon master setzen

This commit is contained in:
Daniel Frank 2018-09-21 19:51:50 +02:00
parent af558e4676
commit 2f528b1c44
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -8,43 +8,29 @@ gluon_release += "~exp" + Time.new.strftime("%Y%m%d") if gluon_branch == "experi
gluon_targets = %w( gluon_targets = %w(
ar71xx-generic ar71xx-generic
ar71xx-tiny
ar71xx-nand ar71xx-nand
ar71xx-tiny
brcm2708-bcm2708 brcm2708-bcm2708
brcm2708-bcm2709 brcm2708-bcm2709
ipq40xx
ipq806x
mpc85xx-generic mpc85xx-generic
ramips-mt7620
ramips-mt7621 ramips-mt7621
sunxi ramips-mt76x8
ramips-rt305x
sunxi-cortexa7
x86-64
x86-generic x86-generic
x86-geode x86-geode
x86-64
ipq806x
ramips-mt7620
ramips-mt7628
ramips-rt305x
) )
# Targets to build if possibly broken or untested images are included # Add more targets if broken images are included...
if ENV["BROKEN"] if ENV["BROKEN"]
gluon_targets = %w( gluon_targets += %w(
ar71xx-generic
ar71xx-mikrotik ar71xx-mikrotik
ar71xx-nand
ar71xx-tiny
brcm2708-bcm2708
brcm2708-bcm2709
brcm2708-bcm2710 brcm2708-bcm2710
ipq806x mvebu-cortexa9
mpc85xx-generic
mvebu
ramips-mt7620
ramips-mt7621
ramips-mt7628
ramips-rt305x
sunxi
x86-64
x86-generic
x86-geode
) )
end end
gluon_targets.sort!.uniq! gluon_targets.sort!.uniq!