Skip to content
Snippets Groups Projects
Commit b0535e2a authored by rubo77's avatar rubo77
Browse files

define Package section must be indented with spaces

parent 79910fa3
No related branches found
No related tags found
No related merge requests found
...@@ -11,19 +11,19 @@ PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG) ...@@ -11,19 +11,19 @@ PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG)
define Package/gluon-ssid-changer define Package/gluon-ssid-changer
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=changes the SSID to an Offline-SSID so clients don't connect to an offline WiFi TITLE:=changes the SSID to an Offline-SSID so clients don't connect to an offline WiFi
DEPENDS:=+gluon-core +micrond DEPENDS:=+gluon-core +micrond
endef endef
define Package/gluon-ssid-changer/description define Package/gluon-ssid-changer/description
Script to change the SSID to an Offline-SSID when there is no connection to Script to change the SSID to an Offline-SSID when there is no connection to
any gateway. This SSID can be generated from the nodes hostname with the first any gateway. This SSID can be generated from the nodes hostname with the first
and last part of the nodename or the mac address, to allow observers to and last part of the nodename or the mac address, to allow observers to
recognise which node is down. The script is called once a minute by micron.d recognise which node is down. The script is called once a minute by micron.d
and it will change from online to offline-SSID maximum once every (definable) and it will change from online to offline-SSID maximum once every (definable)
timeframe. timeframe.
endef endef
define Build/Prepare define Build/Prepare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment