Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
siteconf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Firmware
siteconf
Commits
5530a494
Commit
5530a494
authored
6 years ago
by
Lorenz Wenner
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
1e5bd510
No related branches found
No related tags found
2 merge requests
!54
Update README.md
,
!49
Gluon domain migration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-12
9 additions, 12 deletions
README.md
with
9 additions
and
12 deletions
README.md
+
9
−
12
View file @
5530a494
...
...
@@ -5,7 +5,7 @@ https://wiki.ffnw.de/Entwicklung/Als\_Entwickler\_t%C3%A4tig\_werden
## Firmware Kompilieren
### Voraussetzungen (Stand Gluon v201
6
.2.x):
### Voraussetzungen (Stand Gluon v201
8
.2.x):
Muss auf dem Rechner installiert sein. Hier Beispiel Debian:
...
...
@@ -17,20 +17,17 @@ Auf dieser Seite wird beschrieben, wie man die Gluon Firmware für das Freifunk
*Wichtig*
Je nach Entwicklungsstand muss die Branch Version angepasst werden.
git clone https://github.com/freifunk-gluon/gluon.git ./freifunk_build -b v2016.2.x && cd ./freifunk_build
git clone https://git.ffnw.de/ffnw-firmware/siteconf.git site -b 20170502 && cd site
./prepare.sh patch
cd ..
make update
# GLUON_BRANCH: gibt den zu verwendenden Gluon-Branch an
# GLUON_TARGET: gibt die Gruppe der zu bauenden Images an (siehe Gluon Doku)
# V: wenn V=s dann wird debug Output beim Kompilieren eingeschaltet
make -j $(($(grep -c processor /proc/cpuinfo)
*
2)) GLUON_BRANCH=stable GLUON_TARGET=ar71xx-generic V=s
git clone https://github.com/freifunk-gluon/gluon.git ./freifunk_build -b v2018.2.x && cd ./freifunk_build
git clone https://git.ffnw.de/ffnw-firmware/siteconf.git site -b gluon-domain-migration && cd site
./buildscript.sh patch
./buildscript.sh prepare GLUON_BRANCH <autoupdater-branch, also zB "stable" oder "testing">
./buildscript.sh prepare GLUON_RELEASE <Releasecodename, zB das aktuelle Datum im Format YYYYMMDD>
./buildscript.sh prepare <vpn, zB "fastd" oder "l2tp">
./buildscript.sh build <target, zB "x86-generic">
### Manifest und initiale Signatur erstellen
make manifest GLUON_BRANCH=stable
./buildscript.sh create_manifest manifest
./contrib/sign.sh ../firmware/release_keys/ecdsa-privatekey ./output/images/sysupgrade/stable.manifest
Weitere Informationen z.B. zu automatischen Builds auch unter https://gluon.readthedocs.org/en/latest/features/autoupdater.html
...
...
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