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 65054dc3cd Update gluon packages 2013-10-08 20:23:30 +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_gluon@79e2b81232 Update gluon packages 2013-10-08 20:23:30 +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@af1b35bd80 More package updates 2013-09-28 10:45:35 +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 Include luci as a submodule 2013-09-24 20:25:51 +02:00
LICENSE Update LICENSE 2013-10-02 21:26:07 +02:00
Makefile Make the config variable setting code a bit nicer 2013-10-08 20:01:25 +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.