Skip to content
Snippets Groups Projects
Commit b19e013f authored by Malte Möller's avatar Malte Möller
Browse files

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
parent 28babca7
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,12 @@ Script to change the SSID when there is no suffic sufficient connection to the s ...@@ -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. 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 > GLUON_SITE_FEEDS="ssidchanger"
PACKAGES_SSIDCHANGER_COMMIT=06bdf6fc6149af9cbb4564aac82cadd56a98a8b2 > 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.
With this done you can add the package gluon-ssid-changer to your site.mk With this done you can add the package gluon-ssid-changer to your site.mk
This skript is tested with Gluon 2015.2.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment