Targets für v2018.1.1.0 aktualisieren
This commit is contained in:
parent
dc5cc9eb69
commit
c1f2d4ec37
1 changed files with 17 additions and 16 deletions
|
@ -7,22 +7,21 @@ gluon_release = "v2018.1.1.0"
|
||||||
gluon_release += "~exp" + Time.new.strftime("%Y%m%d") if gluon_branch == "experimental"
|
gluon_release += "~exp" + Time.new.strftime("%Y%m%d") if gluon_branch == "experimental"
|
||||||
|
|
||||||
gluon_targets = %w(
|
gluon_targets = %w(
|
||||||
ar71xx-generic
|
ar71xx-generic
|
||||||
ar71xx-nand
|
ar71xx-tiny
|
||||||
ar71xx-tiny
|
ar71xx-nand
|
||||||
brcm2708-bcm2708
|
brcm2708-bcm2708
|
||||||
brcm2708-bcm2709
|
brcm2708-bcm2709
|
||||||
ipq40xx
|
mpc85xx-generic
|
||||||
ipq806x
|
ramips-mt7621
|
||||||
mpc85xx-generic
|
sunxi
|
||||||
ramips-mt7620
|
x86-generic
|
||||||
ramips-mt7621
|
x86-geode
|
||||||
ramips-mt76x8
|
x86-64
|
||||||
ramips-rt305x
|
ipq806x
|
||||||
sunxi-cortexa7
|
ramips-mt7620
|
||||||
x86-64
|
ramips-mt7628
|
||||||
x86-generic
|
ramips-rt305x
|
||||||
x86-geode
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Add more targets if broken images are included...
|
# Add more targets if broken images are included...
|
||||||
|
@ -30,7 +29,9 @@ if ENV["BROKEN"]
|
||||||
gluon_targets += %w(
|
gluon_targets += %w(
|
||||||
ar71xx-mikrotik
|
ar71xx-mikrotik
|
||||||
brcm2708-bcm2710
|
brcm2708-bcm2710
|
||||||
|
ipq40xx
|
||||||
mvebu-cortexa9
|
mvebu-cortexa9
|
||||||
|
ramips-mt7620
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
gluon_targets.sort!.uniq!
|
gluon_targets.sort!.uniq!
|
||||||
|
|
Loading…
Reference in a new issue