Gluon sources for freifunk-leipzig.de
Go to file
Matthias Schiffer bfcc3d9149 Move package submodules to packages/ 2013-10-09 19:58:28 +02:00
include Set the opkg repo to a working value 2013-10-08 19:59:17 +02:00
kernel Update kernel config to 12.09 release 2013-10-08 20:23:15 +02:00
openwrt@162cca9386 Update openwrt 2013-10-01 22:50:11 +02:00
packages Move package submodules to packages/ 2013-10-09 19:58:28 +02:00
scripts Split up configure script 2013-09-30 19:04:35 +02:00
.gitignore Further flesh out build system 2013-02-11 23:06:19 +01:00
.gitmodules Move package submodules to packages/ 2013-10-09 19:58:28 +02:00
LICENSE Move package submodules to packages/ 2013-10-09 19:58:28 +02:00
Makefile Move package submodules to packages/ 2013-10-09 19:58:28 +02:00
README.md Add some information about 'make clean' to the README 2013-04-05 23:53:00 +02:00
TODO Add TODO file 2013-09-10 19:22:40 +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.