a modular framework for creating OpenWrt-based firmwares for wireless mesh nodes
Go to file
2013-09-24 20:25:51 +02:00
include Fix parallel build 2013-09-24 19:23: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_luci@bed710786d Include luci as a submodule 2013-09-24 20:25: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 Include luci as a submodule 2013-09-24 20:25:51 +02:00
LICENSE Add GPL2 LICENSE 2013-02-24 17:01:33 +01:00
Makefile Include luci as a submodule 2013-09-24 20:25:51 +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

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.