From b19e013fd2fb42a5fef4894e9aa644d0007f4190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20M=C3=B6ller?= <mm@freifunk-aachen.de> Date: Tue, 20 Oct 2015 01:21:01 +0200 Subject: [PATCH] It makes more sense to add the module via the site directory In addition to the global gluon modules file, there can be a site specific modules file. Using that, it's not necessary to manually edit the gluon modules file to add the offline-ssid feature. see: https://github.com/ffac/site/commit/16f620e4bb3a1cc27d50934a22e8281278145397 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4cb065a..2a05177 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,12 @@ Script to change the SSID when there is no suffic sufficient connection to the s It is quite basic, it just checks the Quality of the Connection and decides if a change of the SSID is necessary. -Add the following lines to the modules file in your gluon directory: +Create a file "modules" with the following content in your <a href="https://github.com/ffac/site/tree/offline-ssid"> site directory:</a> -PACKAGES_SSIDCHANGER_REPO=https://github.com/ffac/gluon-ssid-changer.git -PACKAGES_SSIDCHANGER_COMMIT=06bdf6fc6149af9cbb4564aac82cadd56a98a8b2 - -Add ssidchanger to GLUON_FEEDS at the top of the modules file. +> GLUON_SITE_FEEDS="ssidchanger" +> PACKAGES_SSIDCHANGER_REPO=https://github.com/ffac/gluon-ssid-changer.git +> PACKAGES_SSIDCHANGER_COMMIT=06bdf6fc6149af9cbb4564aac82cadd56a98a8b2 With this done you can add the package gluon-ssid-changer to your site.mk + +This skript is tested with Gluon 2015.2.1 -- GitLab