bcm27xx: add bcm2711 subtarget with rpi-4
This commit is contained in:
parent
007999e7af
commit
c2b90bd690
21
.github/workflows/build-gluon.yml
vendored
21
.github/workflows/build-gluon.yml
vendored
@ -770,6 +770,27 @@ jobs:
|
||||
name: bcm27xx-bcm2710_output
|
||||
path: output
|
||||
|
||||
bcm27xx-bcm2711:
|
||||
name: bcm27xx-bcm2711
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install Dependencies
|
||||
run: sudo contrib/actions/install-dependencies.sh
|
||||
- name: Build
|
||||
run: contrib/actions/run-build.sh bcm27xx-bcm2711
|
||||
- name: Archive build logs
|
||||
if: ${{ !cancelled() }}
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: bcm27xx-bcm2711_logs
|
||||
path: openwrt/logs
|
||||
- name: Archive build output
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: bcm27xx-bcm2711_output
|
||||
path: output
|
||||
|
||||
mvebu-cortexa9:
|
||||
name: mvebu-cortexa9
|
||||
runs-on: ubuntu-latest
|
||||
|
3
targets/bcm27xx-bcm2711
Normal file
3
targets/bcm27xx-bcm2711
Normal file
@ -0,0 +1,3 @@
|
||||
include 'bcm27xx.inc'
|
||||
|
||||
device('raspberrypi-4-model-b', 'rpi-4')
|
@ -27,5 +27,6 @@ $(eval $(call GluonTarget,x86,64))
|
||||
ifneq ($(BROKEN),)
|
||||
$(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
|
||||
$(eval $(call GluonTarget,bcm27xx,bcm2710)) # BROKEN: Untested
|
||||
$(eval $(call GluonTarget,bcm27xx,bcm2711)) # BROKEN: Untested
|
||||
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user