From 83697758cde64b9e6d0b35a62e438c3fd2e17e41 Mon Sep 17 00:00:00 2001 From: nrb <freifunk@nicoboehr.de> Date: Sun, 23 May 2021 16:36:52 +0200 Subject: [PATCH] re-add brcm2708-bcm2710 for raspi 4 support After we can now build with BROKEN, the build for raspi4 should work. --- .gitlab-ci.yml | 6 ++++++ buildall.sh | 1 + 2 files changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e43d1366..6c404f68c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,6 +91,12 @@ target:brcm2708-bcm2709: variables: GLUON_TARGET: brcm2708-bcm2709 +target:brcm2708-bcm2710: + extends: .target + variables: + GLUON_TARGET: brcm2708-bcm2710 + BROKEN: 1 + target:ipq40xx-generic: extends: .target variables: diff --git a/buildall.sh b/buildall.sh index 589c2d05f..f784b3024 100755 --- a/buildall.sh +++ b/buildall.sh @@ -12,6 +12,7 @@ TARGETS=( ath79-generic brcm2708-bcm2708 brcm2708-bcm2709 + brcm2708-bcm2710 ipq40xx-generic ipq806x-generic lantiq-xrx200 -- GitLab