Skip to content
Snippets Groups Projects
Unverified Commit 4a7482b7 authored by 0x4A6F's avatar 0x4A6F
Browse files

build raspberry-pi-4 target

parent f0d957f8
No related branches found
No related tags found
No related merge requests found
Pipeline #113 failed
...@@ -32,109 +32,10 @@ stages: ...@@ -32,109 +32,10 @@ stages:
- gluon/openwrt/feeds - gluon/openwrt/feeds
key: "target-$GLUON_TARGET" key: "target-$GLUON_TARGET"
target:ar71xx-generic: target:brcm2708-bcm2711:
extends: .target extends: .target
only:
- tags
- schedules
- web
variables: variables:
GLUON_TARGET: ar71xx-generic GLUON_TARGET: brcm2708-bcm2711
target:ar71xx-nand:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ar71xx-nand
target:ar71xx-tiny:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ar71xx-tiny
target:brcm2708-bcm2708:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: brcm2708-bcm2708
target:brcm2708-bcm2709:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: brcm2708-bcm2709
target:mpc85xx-generic:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: mpc85xx-generic
target:ipq40xx:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ipq40xx
target:ramips-mt7621:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ramips-mt7621
target:ramips-mt76x8:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ramips-mt76x8
target:x86-generic:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: x86-generic
target:x86-geode:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: x86-geode
target:x86-64:
extends: .target
variables:
GLUON_TARGET: x86-64
package: package:
stage: package stage: package
......
[submodule "gluon"] [submodule "gluon"]
path = gluon path = gluon
url = https://gitlab.freifunk-stuttgart.de/firmware/gluon.git url = https://gitlab.freifunk-stuttgart.de/firmware/gluon.git
branch = 0x4A6F-rpi4
Subproject commit 9f827678c92603179021c9c302a2dbd7fb08a7da Subproject commit ab040f6d336e20fad0c6eb96e8cce2c4ff92448a
...@@ -20,9 +20,6 @@ ...@@ -20,9 +20,6 @@
wifi24 = { wifi24 = {
channel = 1, channel = 1,
--disables 802.11b rates
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
basic_rate = {6000, 9000, 18000, 36000, 54000},
ap = { ap = {
ssid = 'Freifunk', ssid = 'Freifunk',
}, },
......
...@@ -62,3 +62,8 @@ GLUON_PRIORITY ?= 0.1 ...@@ -62,3 +62,8 @@ GLUON_PRIORITY ?= 0.1
#enable generation of images for ath10k devices with ibss mode #enable generation of images for ath10k devices with ibss mode
GLUON_WLAN_MESH ?= 11s GLUON_WLAN_MESH ?= 11s
# Do not build images for deprecated devices
GLUON_DEPRECATED ?= full
BROKEN ?= true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment