From 9ce9edfb42b24719c9b5d90de4b7c5f2714431a2 Mon Sep 17 00:00:00 2001 From: rubo77 <github@r.z11.de> Date: Sun, 23 Oct 2016 21:58:00 +0200 Subject: [PATCH] comment which source is a module package in site.mk --- site.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site.mk b/site.mk index 01e4c06..3b162c3 100644 --- a/site.mk +++ b/site.mk @@ -8,7 +8,6 @@ GLUON_SITE_PACKAGES := \ gluon-config-mode-autoupdater \ gluon-config-mode-hostname \ gluon-config-mode-mesh-vpn \ - gluon-config-mode-reboot-ffhh \ gluon-ebtables-filter-multicast \ gluon-ebtables-filter-ra-dhcp \ gluon-luci-admin \ @@ -27,6 +26,9 @@ GLUON_SITE_PACKAGES := \ # from sargon: GLUON_SITE_PACKAGES += \ roamguide +# from ffhh-packages: +GLUON_SITE_PACKAGES += \ + gluon-config-mode-reboot-ffhh # Always call `make` from the command line with the desired release version! # otherwise this is generated: -- GitLab