From 960836311471bfa25811aa74e771a3a8a85a3dc3 Mon Sep 17 00:00:00 2001 From: Flip <philippe@pilarkto.net> Date: Thu, 7 Dec 2017 18:20:06 +0100 Subject: [PATCH] add missing packages --- site.mk | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/site.mk b/site.mk index 80b6805..6519087 100644 --- a/site.mk +++ b/site.mk @@ -12,17 +12,25 @@ GLUON_FEATURES := \ web-wizard GLUON_SITE_PACKAGES := \ + gluon-mesh-batman-adv-15 \ gluon-alfred \ gluon-respondd \ gluon-autoupdater \ - gluon-mesh-batman-adv-15 \ - gluon-mesh-vpn-fastd \ + gluon-config-mode-autoupdater \ + gluon-config-mode-contact-info \ gluon-config-mode-core \ + gluon-config-mode-geo-location \ + gluon-config-mode-hostname \ + gluon-config-mode-mesh-vpn \ gluon-config-mode-zip \ gluon-ebtables-filter-multicast \ gluon-ebtables-filter-ra-dhcp \ + gluon-web-admin \ + gluon-web-autoupdater \ + gluon-web-wifi-config \ gluon-web-private-wifi \ gluon-neighbour-info \ + gluon-mesh-vpn-fastd \ gluon-radvd \ gluon-setup-mode \ gluon-status-page \ @@ -30,7 +38,7 @@ GLUON_SITE_PACKAGES := \ iptables \ iwinfo \ ffs-set-segment \ - ffs-watchdog \ + ffs-watchdog # add addition network drivers and usb support only to targes where disk space does not matter. ifeq ($(GLUON_TARGET),x86-generic) -- GitLab