Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 824 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 824 Bytes

Hinweis: Aktuell ist das makefile kaputt!

gluon-luci-site-select

This Repository contains a Gluon package to choose between different site.conf files after flashing the image.
This does not apply to the site.mk!

Usage

  • Rename your site-files to site_code.conf (E.g. ffki.conf, ffhh.conf)
  • copy your renamed site-files to $gluondir/site/extra/
  • Add the file "siteselect" in $gluondir/site/ and add the entrys for your site-files. It should look like this:
config site 'ffhh'
	option path '/lib/gluon/site-select/ffhh.conf'
	option sitename 'Freifunk Hamburg'

config site 'ffki'
        option path '/lib/gluon/site-select/ffki.conf'
        option sitename 'Freifunk Kiel'

Das ganze sieht dann so aus:
![](http://labor19.net/Hendrik/preview1.png)