a modular framework for creating OpenWrt-based firmwares for wireless mesh nodes
Go to file
2015-08-31 10:49:29 +00:00
contrib contrib/lsupgrade.sh: fix path output 2015-04-28 04:51:32 +02:00
docs docs: site-example/i18n/de.po: fix typo 2015-08-31 00:45:52 +02:00
include Update DEFAULT_OPKG_REPO to 15.05-rc3 2015-07-18 21:22:21 +02:00
package Merge branch 'feature-optional-thekey' of https://github.com/FreifunkBremen/gluon 2015-08-31 00:42:54 +02:00
patches Switch from luci-lib-json to luci-lib-jsonc 2015-08-30 21:05:13 +02:00
scripts check_site: allow subcheck to be nil in need_table() 2015-07-25 21:02:24 +02:00
targets Fix TL-MR3220 v2 image generation 2015-08-07 20:56:43 +02:00
.gitignore Nicer feed specification 2014-01-02 15:16:32 +01:00
LICENSE Move package submodules to packages/ 2013-10-09 19:58:28 +02:00
Makefile Add update-vermagic make target 2015-07-18 21:21:06 +02:00
modules Update modules 2015-08-29 02:10:32 +02:00
README.md Restore README.md 2015-07-10 18:16:39 +02:00

Documentation (incomplete at this time, contribute if you can!) may be found at http://gluon.readthedocs.org/

If you're new to Gluon and ready to get your feet wet, have a look at the Getting Started Guide.

Gluon IRC channel: #gluon in hackint

Use a release!

Please refrain from using the master branch for anything else but development purposes! Use the most recent release instead. You can list all relaseses by running git branch -a and switch to one by running git checkout v0.6.5beta5.

To select one of our sites, use first ./get-sites and select one out of sites-repo with e.g. ./set-site vfnnrw/leverkusen.

To make a stable-build for e.g. leverkusen run:
git clone https://github.com/VfN-NRW/gluon.git vfnnrw-gluon
cd vfnnrw-gluon
git checkout stable
./set-site vfnnrw/leverkusen
make update
make -j4 GLUON_BRANCH=stable

If you're using the autoupdater, do not autoupdate nodes with anything but releases. If you upgrade using random master commits the nodes will break eventually.

Mailinglist (mostly for announcements)

I can handle administrative requests automatically. Please do not send them to the list address! Instead, send your message to the correct command address:

For help and a description of available commands, send a message to:

gluon-help@luebeck.freifunk.net

To subscribe to the list, send a message to:

gluon-subscribe@luebeck.freifunk.net

To remove your address from the list, just send a message to the address in the List-Unsubscribe header of any list message. If you haven't changed addresses since subscribing, you can also send a message to:

gluon-unsubscribe@luebeck.freifunk.net

or for the digest to:

gluon-digest-unsubscribe@luebeck.freifunk.net

If you need to get in touch with the human owner of this list, please send a message to:

 gluon-owner@luebeck.freifunk.net

Please include a FORWARDED list message with ALL HEADERS intact to make it easier to help you.