Skip to content

FreifunkUFO/gluon-luci-site-select

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 72.3%
  • Makefile 27.7%