Gluon sources for freifunk-leipzig.de
This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Matthias Schiffer c8761831e1 Update OpenWRT repositories 2013-09-10 19:00:51 +02:00
include Merge builder Makefile into main Makefile 2013-04-05 22:53:09 +02:00
kernel Build kernel compatible to the official OpenWRT release 2013-02-18 00:39:44 +01:00
openwrt@85781a99a6 Update OpenWRT repositories 2013-09-10 19:00:51 +02:00
packages_gluon@e561733c70 Update OpenWRT repositories 2013-09-10 19:00:51 +02:00
packages_openwrt@b4aa2d25af Update OpenWRT repositories 2013-09-10 19:00:51 +02:00
packages_routing@958704423e Update OpenWRT repositories 2013-09-10 19:00:51 +02:00
scripts Move around some files, remove a layer of make invocation 2013-04-04 21:00:15 +02:00
.gitignore Further flesh out build system 2013-02-11 23:06:19 +01:00
.gitmodules Update OpenWRT repositories 2013-09-10 19:00:51 +02:00
LICENSE Add GPL2 LICENSE 2013-02-24 17:01:33 +01:00
Makefile Fix build without .config 2013-04-06 22:23:33 +02:00
README.md Add some information about 'make clean' to the README 2013-04-05 23:53:00 +02:00

README.md

To build Gluon, use the following commands after checking out the repository:

git submodule update --init                                  # Get other repositories used by Gluon
git clone git://github.com/freifunk-gluon/site-ffhl.git site # Get the Freifunk Lübeck site repository - or use your own!
make                                                         # Build Gluon

When calling make, the OpenWRT build environment is prepared/updated. To rebuilt the images only, just use:

make images

The built images can be found in the directory /images.

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.