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
a7739abe
Unverified
Commit
a7739abe
authored
4 years ago
by
Norbert Tretkowski
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix stable and add experimental build (#27)
parent
0f84f73e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+20
-1
20 additions, 1 deletion
README.md
with
20 additions
and
1 deletion
README.md
+
20
−
1
View file @
a7739abe
...
...
@@ -28,17 +28,36 @@ Gluon Version auf der die Freifunk Nord Firmware basiert:
1.
3 Freifunk Nord Site clonen
1.3.1 stable
cd gluon
git clone -b nord-lede https://github.com/ffnord/nord-site.git site
1.3.2 experimental
cd gluon
git clone -b nord-2020.2.x https://github.com/ffnord/nord-site.git site
2.
Firmware bauen
2.
1 Build vorbereiten
2.1.1 stable
GLUON_DEPRECATED=1 make update
2.1.2 experimental
make update
2.
2 Build durchführen
2.2.1 stable
GLUON_DEPRECATED=1 make -j8 GLUON_TARGET=ar71xx-generic ##-j $ZAHL$ = Anzahl der CPU Kerne
2.2.2 experimental
make -j8 GLUON_TARGET=ar71xx-generic ##-j $ZAHL$ = Anzahl der CPU Kerne
## Mögliche Targets
...
...
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