From f883116401cbf41b33b7a36b388417353010ebf6 Mon Sep 17 00:00:00 2001 From: Bastian Maeuser Date: Sat, 7 Jul 2018 01:25:57 +0200 Subject: [PATCH] Updated Gluon, fixed site.mk --- Makefile | 2 +- site.mk | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cc2f8dd..9666cb5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GLUON_BUILD_DIR := gluon-build GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon -GLUON_GIT_REF := d5dc7a63fcefe46eaade91c4edeab1d7eda4ec5d +GLUON_GIT_REF := 68af719e243974cb36dc3cec2554baabfd42ad4d SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key diff --git a/site.mk b/site.mk index 15f9e93..7ca10a4 100644 --- a/site.mk +++ b/site.mk @@ -11,7 +11,6 @@ GLUON_SITE_PACKAGES := \ gluon-config-mode-contact-info \ gluon-ebtables-filter-multicast \ gluon-ebtables-filter-ra-dhcp \ -# gluon-ebtables-segment-mld \# gluon-ebtables-source-filter \ gluon-web-admin \ gluon-web-autoupdater \