From fa26ed79acaf4aa60234028e04057121467048ee Mon Sep 17 00:00:00 2001 From: rubo77 <github@r.z11.de> Date: Wed, 26 Dec 2018 03:52:32 +0100 Subject: [PATCH] build all targets including Fonera --- .gitlab-ci/build.sh | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci/build.sh b/.gitlab-ci/build.sh index 9a3bdfd..d11cd3d 100755 --- a/.gitlab-ci/build.sh +++ b/.gitlab-ci/build.sh @@ -16,14 +16,17 @@ MAKEOPTS="V=s -j 4" # Default to build all Gluon targets if parameter -t is not set TARGETS="ar71xx-tiny ar71xx-generic x86-64 ar71xx-nand x86-generic x86-64" -TARGETS=$TARGETS" mpc85xx-generic" # (tp-link-tl-wdr4900-v1) +TARGETS+=" mpc85xx-generic" # (tp-link-tl-wdr4900-v1) +TARGETS+=" sunxi-cortexa7" # Banana Pi (M1) # BROKEN: -TARGETS=$TARGETS" ramips-mt76x8" # BROKEN: unstable WiFi (tp-link 841 v13 und archer c50) -TARGETS=$TARGETS" ar71xx-mikrotik" # BROKEN: no sysupgrade support (mikrotik-nand) -TARGETS=$TARGETS" brcm2708-bcm2710" # BROKEN: Untested (raspberry-pi-3) -TARGETS=$TARGETS" ipq806x" # BROKEN: unstable wifi drivers (tp-link-archer-c2600) -TARGETS=$TARGETS" mvebu-cortexa9" # BROKEN: No AP+IBSS or 11s support (linksys-wrt1200ac) +TARGETS+=" brcm2708-bcm2708 brcm2708-bcm2709 ipq40xx ramips-mt7620 ramips-mt7621 x86-geode" +TARGETS+=" ramips-rt305x" # BROKEN: (fonera, vocore a5) +TARGETS+=" ramips-mt76x8" # BROKEN: unstable WiFi (tp-link 841 v13 und archer c50) +TARGETS+=" ar71xx-mikrotik" # BROKEN: no sysupgrade support (mikrotik-nand) +TARGETS+=" brcm2708-bcm2710" # BROKEN: Untested (raspberry-pi-3) +TARGETS+=" ipq806x" # BROKEN: unstable wifi drivers (tp-link-archer-c2600) +TARGETS+=" mvebu-cortexa9" # BROKEN: No AP+IBSS or 11s support (linksys-wrt1200ac) # Default is set to use current work directory SITEDIR="$(pwd)" -- GitLab