Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
0x4A6F
FFS Gluon site
Commits
4a7482b7
Unverified
Commit
4a7482b7
authored
5 years ago
by
0x4A6F
Browse files
Options
Downloads
Patches
Plain Diff
build raspberry-pi-4 target
parent
f0d957f8
No related branches found
No related tags found
No related merge requests found
Pipeline
#113
failed
5 years ago
Stage: build
Stage: package
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitlab-ci.yml
+3
-102
3 additions, 102 deletions
.gitlab-ci.yml
.gitmodules
+1
-0
1 addition, 0 deletions
.gitmodules
gluon
+1
-1
1 addition, 1 deletion
gluon
site.conf
+0
-3
0 additions, 3 deletions
site.conf
site.mk
+5
-0
5 additions, 0 deletions
site.mk
with
10 additions
and
106 deletions
.gitlab-ci.yml
+
3
−
102
View file @
4a7482b7
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.gitmodules
+
1
−
0
View file @
4a7482b7
[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
This diff is collapsed.
Click to expand it.
gluon
@
ab040f6d
Compare
9f827678
...
ab040f6d
Subproject commit
9f827678c92603179021c9c302a2dbd7fb08a7d
a
Subproject commit
ab040f6d336e20fad0c6eb96e8cce2c4ff92448
a
This diff is collapsed.
Click to expand it.
site.conf
+
0
−
3
View file @
4a7482b7
...
@@ -20,9 +20,6 @@
...
@@ -20,9 +20,6 @@
wifi24
= {
wifi24
= {
channel
=
1
,
channel
=
1
,
--
disables
802
.
11
b
rates
supported_rates
= {
6000
,
9000
,
12000
,
18000
,
24000
,
36000
,
48000
,
54000
},
basic_rate
= {
6000
,
9000
,
18000
,
36000
,
54000
},
ap
= {
ap
= {
ssid
=
'Freifunk'
,
ssid
=
'Freifunk'
,
},
},
...
...
This diff is collapsed.
Click to expand it.
site.mk
+
5
−
0
View file @
4a7482b7
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment