Targets für Gluon master setzen
This commit is contained in:
parent
af558e4676
commit
2f528b1c44
1 changed files with 19 additions and 33 deletions
|
@ -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!
|
||||||
|
|
Loading…
Reference in a new issue