gluon/docs/site-example
Nils Schneider 2a93c58042 mesh-batadv-core: introduce 11s mesh, refactor wireless config
This is a site.conf-breaking change in regard to the wireless config.
Make sure to read http://gluon.readthedocs.org/en/latest/user/site.html
and update your site.conf accordingly!

Support for 802.11s mesh interfaces has been added. Gluon now supports
three interface types: ap, ibss and mesh. All of them are now optional
and may be configured independently in site.conf.

A sample site.conf may look like this:

    wifi24 = {
            channel = 1,
            htmode = 'HT40+',
            ap = {
                    ssid = 'luebeck.freifunk.net',
            },
            ibss = {
                    ssid = '02:d1:11:37:fc:38',
                    bssid = '02:d1:11:37:fc:38',
                    mcast_rate = 12000,
            },
            mesh = {
                    id = 'ffhl-mesh',
                    mcast_rate = 12000,
            },
    },
2015-08-04 23:05:29 +02:00
..
i18n docs/site-example: explain how to re-enter configmode 2015-05-16 12:09:22 +02:00
modules docs: unclutter site-example 2014-11-17 15:18:44 +01:00
site.conf mesh-batadv-core: introduce 11s mesh, refactor wireless config 2015-08-04 23:05:29 +02:00
site.mk docs: add gluon-luci-wifi-config to the example site.mk 2015-05-16 14:33:19 +02:00