From e5c496bfb159772fd9355978202f26f992044694 Mon Sep 17 00:00:00 2001 From: stebifan Date: Tue, 24 Sep 2019 20:13:23 +0200 Subject: [PATCH] site.mk Changes --- site.mk | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/site.mk b/site.mk index 0defd37..0af2fcd 100644 --- a/site.mk +++ b/site.mk @@ -1,23 +1,25 @@ +GLUON_FEATURES := \ + mesh-batman-adv-15 \ + respondd \ + neighbour-info \ + autoupdater \ + config-mode-autoupdater \ + config-mode-hostname \ + config-mode-geo-location \ + config-mode-contact-info \ + config-mode-mesh-vpn \ + mesh-vpn-tunneldigger \ + ebtables-filter-multicast \ + ebtables-filter-ra-dhcp \ + web-admin \ + web-autoupdater \ + web-network \ + web-private-wifi \ + status-page-mesh-batman-adv \ + web-node-role \ + status-page \ + GLUON_SITE_PACKAGES := \ - gluon-mesh-batman-adv-15 \ - gluon-respondd \ - gluon-neighbour-info \ - gluon-autoupdater \ - gluon-config-mode-autoupdater \ - gluon-config-mode-hostname \ - gluon-config-mode-geo-location \ - gluon-config-mode-contact-info \ - gluon-config-mode-mesh-vpn \ - gluon-mesh-vpn-tunneldigger \ - gluon-ebtables-filter-multicast \ - gluon-ebtables-filter-ra-dhcp \ - gluon-web-admin \ - gluon-web-autoupdater \ - gluon-web-network \ - gluon-web-private-wifi \ - gluon-status-page-mesh-batman-adv \ - gluon-web-node-role \ - gluon-status-page \ iwinfo \ iw-full \ iptables \