diff --git a/Makefile b/Makefile index 6c7b0ff..75539e4 100644 --- a/Makefile +++ b/Makefile @@ -7,17 +7,17 @@ GLUON_GIT_REF := v2016.2.7 SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key GLUON_TARGETS ?= \ - ar71xx-generic #\ -# ar71xx-nand #\ -# brcm2708-bcm2708 \ -# brcm2708-bcm2709 \ -# mpc85xx-generic \ -# ramips-mt7621 \ -# ramips-rt305x \ -# x86-64 \ -# x86-generic \ -# sunxi \ -# x86-kvm_guest + ar71xx-generic \ + ar71xx-nand \ + brcm2708-bcm2708 \ + brcm2708-bcm2709 \ + mpc85xx-generic \ + ramips-mt7621 \ + ramips-rt305x \ + x86-64 \ + x86-generic \ + sunxi \ + x86-kvm_guest GLUON_RELEASE := $(shell git describe --tags 2>/dev/null) diff --git a/extra/sites.conf b/extra/sites.conf index 936fe87..3f5ce61 100644 --- a/extra/sites.conf +++ b/extra/sites.conf @@ -1,33 +1,4 @@ --- Define Blocks like: --- ffho_pad = { --- -- name of the region --- site_name = 'Freifunk Hochstift - Paderborn (Umland)', --- --- -- short name of the region --- site_code = 'ffho_pad_uml', --- --- subst = { --- -- wifi settings --- ['%%SS'] = 'hochstift.freifunk.net/pad-umlnd', --- }, --- --- site_select = { --- hidden = 0, --- group = 'pad_uml' --- }, ---}, { - { - site_name = 'Freifunk Regensburg - Legacy', - site_code = 'ffrgb_legacy', - subst = { - ['%%SS'] = 'regensburg.freifunk.net', - }, - site_select = { - hidden = 1, - group = 'ffrgb_legacy', - }, - }, { site_name = 'Freifunk Regensburg - Stadt', site_code = 'ffrgb_cty', @@ -60,4 +31,15 @@ group = 'ffrgb_test', }, }, + { + site_name = 'Freifunk Regensburg - Legacy', + site_code = 'ffrgb_legacy', + subst = { + ['%%SS'] = 'regensburg.freifunk.net', + }, + site_select = { + hidden = 1, + group = 'ffrgb_legacy', + }, + }, }