Skip to content
Snippets Groups Projects
Commit cea5ddc2 authored by nrbffs's avatar nrbffs
Browse files

update targets list

parent 80206da3
Branches
Tags
No related merge requests found
...@@ -31,15 +31,20 @@ target:ar71xx-generic: ...@@ -31,15 +31,20 @@ target:ar71xx-generic:
variables: variables:
GLUON_TARGET: ar71xx-generic GLUON_TARGET: ar71xx-generic
target:ar71xx-tiny:
extends: .target
variables:
GLUON_TARGET: ar71xx-tiny
target:ar71xx-nand: target:ar71xx-nand:
extends: .target extends: .target
variables: variables:
GLUON_TARGET: ar71xx-nand GLUON_TARGET: ar71xx-nand
target:ar71xx-tiny: target:ath79-generic:
extends: .target extends: .target
variables: variables:
GLUON_TARGET: ar71xx-tiny GLUON_TARGET: ath79-generic
target:brcm2708-bcm2708: target:brcm2708-bcm2708:
extends: .target extends: .target
...@@ -51,15 +56,40 @@ target:brcm2708-bcm2709: ...@@ -51,15 +56,40 @@ target:brcm2708-bcm2709:
variables: variables:
GLUON_TARGET: brcm2708-bcm2709 GLUON_TARGET: brcm2708-bcm2709
target:ipq40xx-generic:
extends: .target
variables:
GLUON_TARGET: ipq40xx-generic
target:ipq806x-generic:
extends: .target
variables:
GLUON_TARGET: ipq806x-generic
target:lantiq-xrx200:
extends: .target
variables:
GLUON_TARGET: lantiq-xrx200
target:lantiq-xway:
extends: .target
variables:
GLUON_TARGET: lantiq-xway
target:mpc85xx-generic: target:mpc85xx-generic:
extends: .target extends: .target
variables: variables:
GLUON_TARGET: mpc85xx-generic GLUON_TARGET: mpc85xx-generic
target:ipq40xx: target:mpc85xx-p1020:
extends: .target
variables:
GLUON_TARGET: mpc85xx-p1020
target:ramips-mt7620:
extends: .target extends: .target
variables: variables:
GLUON_TARGET: ipq40xx GLUON_TARGET: ramips-mt7620
target:ramips-mt7621: target:ramips-mt7621:
extends: .target extends: .target
...@@ -71,6 +101,16 @@ target:ramips-mt76x8: ...@@ -71,6 +101,16 @@ target:ramips-mt76x8:
variables: variables:
GLUON_TARGET: ramips-mt76x8 GLUON_TARGET: ramips-mt76x8
target:ramips-rt305x:
extends: .target
variables:
GLUON_TARGET: ramips-rt305x
target:sunxi-cortexa7:
extends: .target
variables:
GLUON_TARGET: sunxi-cortexa7
target:x86-generic: target:x86-generic:
extends: .target extends: .target
variables: variables:
......
...@@ -7,18 +7,25 @@ branch=nightly ...@@ -7,18 +7,25 @@ branch=nightly
TARGETS=( TARGETS=(
ar71xx-generic ar71xx-generic
ar71xx-nand
ar71xx-tiny ar71xx-tiny
ar71xx-nand
ath79-generic
brcm2708-bcm2708 brcm2708-bcm2708
brcm2708-bcm2709 brcm2708-bcm2709
ipq40xx ipq40xx-generic
ipq806x-generic
lantiq-xrx200
lantiq-xway
mpc85xx-generic mpc85xx-generic
mpc85xx-p1020
ramips-mt7620 ramips-mt7620
ramips-mt7621
ramips-mt76x8 ramips-mt76x8
# ramips-rt305x # build fails ramips-rt305x
x86-64 sunxi-cortexa7
x86-generic x86-generic
x86-geode x86-geode
x86-64
) )
sitedir=$(readlink -f $(dirname $0)) sitedir=$(readlink -f $(dirname $0))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment