Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gluon SSID Changer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
Gluon SSID Changer
Commits
8f5ac152
Commit
8f5ac152
authored
8 years ago
by
rubo77
Browse files
Options
Downloads
Patches
Plain Diff
Hint how to configure for an immediate change
parent
6a85ff09
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
files/lib/gluon/ssid-changer/ssid-changer.sh
+1
-1
1 addition, 1 deletion
files/lib/gluon/ssid-changer/ssid-changer.sh
with
1 addition
and
1 deletion
files/lib/gluon/ssid-changer/ssid-changer.sh
+
1
−
1
View file @
8f5ac152
#!/bin/sh
# at first some Definitions:
MINUTES
=
1440
# only once every
this
timeframe the SSID will change to OFFLINE
MINUTES
=
1440
# only once every timeframe the SSID will change to OFFLINE
(set to 1 minute to change every time the router gets offline)
OFFLINE_PREFIX
=
'FF_OFFLINE_'
# use something short to leave space for the nodename (no '~' allowed!)
ONLINE_SSID
=
$(
uci get wireless.client_radio0.ssid
-q
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment