productive Build targets added

This commit is contained in:
Bastian 2018-01-14 23:06:07 +01:00
parent e8703d324e
commit c062dc13ff
2 changed files with 22 additions and 40 deletions

View File

@ -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)

View File

@ -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',
},
},
}