Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
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
FFS Gluon
Commits
8c09f9a5
Commit
8c09f9a5
authored
10 years ago
by
Nils Schneider
Browse files
Options
Downloads
Plain Diff
Merge branch 'pberndro-patch-2'
parents
a5c44a2a
6543833f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/index.rst
+0
-1
0 additions, 1 deletion
docs/index.rst
docs/user/builds.rst
+0
-63
0 additions, 63 deletions
docs/user/builds.rst
with
0 additions
and
64 deletions
docs/index.rst
+
0
−
1
View file @
8c09f9a5
...
@@ -13,7 +13,6 @@ User Documentation
...
@@ -13,7 +13,6 @@ User Documentation
user/getting_started
user/getting_started
user/site
user/site
user/builds
user/faq
user/faq
Features
Features
...
...
This diff is collapsed.
Click to expand it.
docs/user/builds.rst
deleted
100644 → 0
+
0
−
63
View file @
a5c44a2a
Builds
======
For the build reserve 6GB of disk space. The building requires packages
for ``subversion``, ncurses headers (``libncurses-dev``) and zlib headers
(``libz-dev``).
Building Gluon
--------------
To build Gluon, after checking out the repository change to the source root directory to perform the following commands:
::
git clone git://github.com/freifunk-gluon/site-ffhl.git site # Get the Freifunk Lübeck site repository - or use your own!
make update # Get other repositories used by Gluon
make # Build Gluon
When calling ``make``, the OpenWRT build environment is prepared and updated. To rebuild
the images only, just use:
::
make images
The built images can be found in the directory ``images``.
Cleaning up
-----------
There are three levels of ``make clean``:
::
make clean
will only clean the Gluon-specific files;
::
make cleanall
will also call ``make clean`` on the OpenWRT tree, and
::
make dirclean
will do all this, and call ``make dirclean`` on the OpenWRT tree.
Environment variables
---------------------
Gluon's build process can be controlled by various environment variables.
GLUON_SITEDIR
Path to the site configuration. Defaults to ``site/``.
GLUON_IMAGEDIR
Path where images will be stored. Defaults to ``images/``.
GLUON_BUILDDIR
Working directory during build. Defaults to ``build/``.
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