brcm2708: rename targets to bcm27xx
This commit is contained in:
parent
a584ea2ddb
commit
4136dfc444
30
.github/workflows/build-gluon.yml
vendored
30
.github/workflows/build-gluon.yml
vendored
@ -141,8 +141,8 @@ jobs:
|
|||||||
name: ath79-generic_output
|
name: ath79-generic_output
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
brcm2708-bcm2708:
|
bcm27xx-bcm2708:
|
||||||
name: brcm2708-bcm2708
|
name: bcm27xx-bcm2708
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@ -157,7 +157,7 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: sudo contrib/actions/install-dependencies.sh
|
run: sudo contrib/actions/install-dependencies.sh
|
||||||
- name: Build
|
- name: Build
|
||||||
run: contrib/actions/run-build.sh brcm2708-bcm2708
|
run: contrib/actions/run-build.sh brcm27xx-bcm2708
|
||||||
- name: Create cache to save
|
- name: Create cache to save
|
||||||
if: steps.cache-dl.outputs.cache-hit != 'true'
|
if: steps.cache-dl.outputs.cache-hit != 'true'
|
||||||
run: mkdir dl_target; mv openwrt/dl/* dl_target/; find dl_target/ -size +20M -delete
|
run: mkdir dl_target; mv openwrt/dl/* dl_target/; find dl_target/ -size +20M -delete
|
||||||
@ -165,16 +165,16 @@ jobs:
|
|||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: brcm2708-bcm2708_logs
|
name: bcm27xx-bcm2708_logs
|
||||||
path: openwrt/logs
|
path: openwrt/logs
|
||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: brcm2708-bcm2708_output
|
name: bcm27xx-bcm2708_output
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
brcm2708-bcm2709:
|
bcm27xx-bcm2709:
|
||||||
name: brcm2708-bcm2709
|
name: bcm27xx-bcm2709
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@ -189,7 +189,7 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: sudo contrib/actions/install-dependencies.sh
|
run: sudo contrib/actions/install-dependencies.sh
|
||||||
- name: Build
|
- name: Build
|
||||||
run: contrib/actions/run-build.sh brcm2708-bcm2709
|
run: contrib/actions/run-build.sh brcm27xx-bcm2709
|
||||||
- name: Create cache to save
|
- name: Create cache to save
|
||||||
if: steps.cache-dl.outputs.cache-hit != 'true'
|
if: steps.cache-dl.outputs.cache-hit != 'true'
|
||||||
run: mkdir dl_target; mv openwrt/dl/* dl_target/; find dl_target/ -size +20M -delete
|
run: mkdir dl_target; mv openwrt/dl/* dl_target/; find dl_target/ -size +20M -delete
|
||||||
@ -197,12 +197,12 @@ jobs:
|
|||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: brcm2708-bcm2709_logs
|
name: bcm27xx-bcm2709_logs
|
||||||
path: openwrt/logs
|
path: openwrt/logs
|
||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: brcm2708-bcm2709_output
|
name: bcm27xx-bcm2709_output
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
ipq40xx-generic:
|
ipq40xx-generic:
|
||||||
@ -717,8 +717,8 @@ jobs:
|
|||||||
name: ar71xx-mikrotik_output
|
name: ar71xx-mikrotik_output
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
brcm2708-bcm2710:
|
bcm27xx-bcm2710:
|
||||||
name: brcm2708-bcm2710
|
name: bcm27xx-bcm2710
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@ -733,7 +733,7 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: sudo contrib/actions/install-dependencies.sh
|
run: sudo contrib/actions/install-dependencies.sh
|
||||||
- name: Build
|
- name: Build
|
||||||
run: contrib/actions/run-build.sh brcm2708-bcm2710
|
run: contrib/actions/run-build.sh brcm27xx-bcm2710
|
||||||
- name: Create cache to save
|
- name: Create cache to save
|
||||||
if: steps.cache-dl.outputs.cache-hit != 'true'
|
if: steps.cache-dl.outputs.cache-hit != 'true'
|
||||||
run: mkdir dl_target; mv openwrt/dl/* dl_target/; find dl_target/ -size +20M -delete
|
run: mkdir dl_target; mv openwrt/dl/* dl_target/; find dl_target/ -size +20M -delete
|
||||||
@ -741,12 +741,12 @@ jobs:
|
|||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: brcm2708-bcm2710_logs
|
name: bcm27xx-bcm2710_logs
|
||||||
path: openwrt/logs
|
path: openwrt/logs
|
||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: brcm2708-bcm2710_output
|
name: bcm27xx-bcm2710_output
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
mvebu-cortexa9:
|
mvebu-cortexa9:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
include 'brcm2708.inc'
|
include 'bcm27xx.inc'
|
||||||
|
|
||||||
device('raspberrypi-model-b', 'rpi', {
|
device('raspberrypi-model-b', 'rpi', {
|
||||||
manifest_aliases = {
|
manifest_aliases = {
|
@ -1,4 +1,4 @@
|
|||||||
include 'brcm2708.inc'
|
include 'bcm27xx.inc'
|
||||||
|
|
||||||
device('raspberrypi-2-model-b', 'rpi-2', {
|
device('raspberrypi-2-model-b', 'rpi-2', {
|
||||||
manifest_aliases = {
|
manifest_aliases = {
|
@ -1,4 +1,4 @@
|
|||||||
include 'brcm2708.inc'
|
include 'bcm27xx.inc'
|
||||||
|
|
||||||
device('raspberrypi-3-model-b', 'rpi-3', {
|
device('raspberrypi-3-model-b', 'rpi-3', {
|
||||||
manifest_aliases = {
|
manifest_aliases = {
|
@ -4,8 +4,8 @@ $(eval $(call GluonTarget,ar71xx,tiny))
|
|||||||
endif
|
endif
|
||||||
$(eval $(call GluonTarget,ar71xx,nand))
|
$(eval $(call GluonTarget,ar71xx,nand))
|
||||||
$(eval $(call GluonTarget,ath79,generic))
|
$(eval $(call GluonTarget,ath79,generic))
|
||||||
$(eval $(call GluonTarget,brcm2708,bcm2708))
|
$(eval $(call GluonTarget,bcm27xx,bcm2708))
|
||||||
$(eval $(call GluonTarget,brcm2708,bcm2709))
|
$(eval $(call GluonTarget,bcm27xx,bcm2709))
|
||||||
$(eval $(call GluonTarget,ipq40xx,generic))
|
$(eval $(call GluonTarget,ipq40xx,generic))
|
||||||
$(eval $(call GluonTarget,ipq806x,generic))
|
$(eval $(call GluonTarget,ipq806x,generic))
|
||||||
$(eval $(call GluonTarget,lantiq,xrx200))
|
$(eval $(call GluonTarget,lantiq,xrx200))
|
||||||
@ -25,6 +25,6 @@ $(eval $(call GluonTarget,x86,64))
|
|||||||
|
|
||||||
ifneq ($(BROKEN),)
|
ifneq ($(BROKEN),)
|
||||||
$(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
|
$(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
|
||||||
$(eval $(call GluonTarget,brcm2708,bcm2710)) # BROKEN: Untested
|
$(eval $(call GluonTarget,bcm27xx,bcm2710)) # BROKEN: Untested
|
||||||
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support
|
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user