site.conf indentation, gluon release set to last of 2016.2.x branch
This commit is contained in:
parent
c062dc13ff
commit
7c8e8d63d0
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
|||||||
GLUON_BUILD_DIR := gluon-build
|
GLUON_BUILD_DIR := gluon-build
|
||||||
GLUON_GIT_URL := https://github.com/ffrgb/gluon
|
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon
|
||||||
GLUON_GIT_REF := v2016.2.7
|
GLUON_GIT_REF := 3d824bd21d7f6d5db6dc238d2a68b62de471aa2a
|
||||||
|
|
||||||
#https://github.com/freifunk-gluon/gluon/commit/6b8888fe5aebd941c5e7a83a97ceb0678bee4c43
|
#https://github.com/freifunk-gluon/gluon/commit/6b8888fe5aebd941c5e7a83a97ceb0678bee4c43
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
site_name = 'Freifunk Regensburg - Legacy',
|
site_name = 'Freifunk Regensburg - Legacy',
|
||||||
site_code = 'ffrgb_legacy',
|
site_code = 'ffrgb',
|
||||||
subst = {
|
subst = {
|
||||||
['%%SS'] = 'regensburg.freifunk.net',
|
['%%SS'] = 'regensburg.freifunk.net',
|
||||||
},
|
},
|
||||||
|
@ -97,7 +97,7 @@
|
|||||||
pubkeys = {
|
pubkeys = {
|
||||||
'4d6b1a8e2ecfdb59469c38c3659916dd6046cd5270ddd31c3319b21c508eaa07', -- mephisto
|
'4d6b1a8e2ecfdb59469c38c3659916dd6046cd5270ddd31c3319b21c508eaa07', -- mephisto
|
||||||
'130ff01b6c8df0349c977a5c9539775209493bc771b713e5b3e58cc1d7c4145a', -- sven
|
'130ff01b6c8df0349c977a5c9539775209493bc771b713e5b3e58cc1d7c4145a', -- sven
|
||||||
'dc024622f48f25f3e11881eab29a2a015950f31c884f0043ddc78156dcfab9da', -- xaver
|
'dc024622f48f25f3e11881eab29a2a015950f31c884f0043ddc78156dcfab9da', -- xaver
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
experimental = {
|
experimental = {
|
||||||
@ -108,8 +108,8 @@
|
|||||||
good_signatures = 1,
|
good_signatures = 1,
|
||||||
pubkeys = {
|
pubkeys = {
|
||||||
'4d6b1a8e2ecfdb59469c38c3659916dd6046cd5270ddd31c3319b21c508eaa07', -- mephisto
|
'4d6b1a8e2ecfdb59469c38c3659916dd6046cd5270ddd31c3319b21c508eaa07', -- mephisto
|
||||||
'130ff01b6c8df0349c977a5c9539775209493bc771b713e5b3e58cc1d7c4145a', -- sven
|
'130ff01b6c8df0349c977a5c9539775209493bc771b713e5b3e58cc1d7c4145a', -- sven
|
||||||
'dc024622f48f25f3e11881eab29a2a015950f31c884f0043ddc78156dcfab9da', -- xaver
|
'dc024622f48f25f3e11881eab29a2a015950f31c884f0043ddc78156dcfab9da', -- xaver
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
9
site.mk
9
site.mk
@ -1,6 +1,5 @@
|
|||||||
GLUON_SITE_PACKAGES := \
|
GLUON_SITE_PACKAGES := \
|
||||||
gluon-mesh-batman-adv-15 \
|
gluon-mesh-batman-adv-15 \
|
||||||
gluon-alfred \
|
|
||||||
gluon-respondd \
|
gluon-respondd \
|
||||||
gluon-autoupdater \
|
gluon-autoupdater \
|
||||||
gluon-config-mode-core \
|
gluon-config-mode-core \
|
||||||
@ -28,9 +27,11 @@ GLUON_SITE_PACKAGES := \
|
|||||||
gluon-ebtables-filter-arp-ffmuc \
|
gluon-ebtables-filter-arp-ffmuc \
|
||||||
gluon-ebtables-filter-multicast-ffmuc \
|
gluon-ebtables-filter-multicast-ffmuc \
|
||||||
gluon-ssid-changer \
|
gluon-ssid-changer \
|
||||||
respondd-module-airtime \
|
ffrgb-banner \
|
||||||
ffho-config-mode-site-select \
|
respondd-module-airtime #\
|
||||||
ffho-site-generate
|
#ffho-site-generate \
|
||||||
|
#ffho-config-mode-site-select \
|
||||||
|
|
||||||
|
|
||||||
# basic support for USB stack
|
# basic support for USB stack
|
||||||
USB_PACKAGES_BASIC := \
|
USB_PACKAGES_BASIC := \
|
||||||
|
Loading…
Reference in New Issue
Block a user