Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nord Site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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
Freifunk Nord
Nord Site
Commits
f503b6d6
Commit
f503b6d6
authored
8 years ago
by
Tarnatos
Browse files
Options
Downloads
Patches
Plain Diff
Issues #4
parent
0b806725
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+68
-1
68 additions, 1 deletion
README
with
68 additions
and
1 deletion
README
+
68
−
1
View file @
f503b6d6
Doku: https://gluon.readthedocs.org/en/latest/releases/v2016.1.3.html
Gluon
v
ersion
s used for specific
Freifunk Nord Firmware b
uilds
:
Gluon
V
ersion
auf der die
Freifunk Nord Firmware b
asiert
:
* 0.16.3 - Gluon 2016.1.3
Download der Firmware:
* https://ffnord.net/firmware.html
Firmware selber bauen:
1. Vorbereitung:
1.1 Abhängigkeiten installieren
```
sudo apt-get install git subversion build-essential gawk unzip libncurses5-dev zlib1g-dev libssl-dev
```
1.2 Gluon repo clonen
```
cd /opt/
git clone https://github.com/freifunk-gluon/gluon
```
1.3 FFNord Site clonen
```
git clone https://github.com/ffnord/nord-site.git site
```
2. Firmware bauen
2.1 Build vorbereiten
```
make update
```
2.2 Build durchführen
```
make -j8 GLUON_TARGET=ar71xx-generic
```
Mögliche Targets:
```
GLUON_TARGET=ar71xx-generic
GLUON_TARGET=ar71xx-nand
GLUON_TARGET=mpc85xx-generic
GLUON_TARGET=x86-generic
GLUON_TARGET=x86-kvm_guest
GLUON_TARGET=x86-64
GLUON_TARGET=x86-xen_domu
```
3. Rebuild
3.1 Updaten
```
cd /opt/gluon/site
git pull
cd ..
git pull
make update
```
3.2 Build Verzeichnis säubern
```
make clean GLUON_TARGET=ar71xx-generic
make clean GLUON_TARGET=ar71xx-nand
make clean GLUON_TARGET=mpc85xx-generic
make clean GLUON_TARGET=x86-generic
make clean GLUON_TARGET=x86-kvm_guest
make clean GLUON_TARGET=x86-64
make clean GLUON_TARGET=x86-xen_domu
```
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