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
6b7ed027
Commit
6b7ed027
authored
7 years ago
by
rubo77
Browse files
Options
Downloads
Patches
Plain Diff
Readme: fix manual installation
parent
384715c0
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
README.md
+1
-8
1 addition, 8 deletions
README.md
with
1 addition
and
8 deletions
README.md
+
1
−
8
View file @
6b7ed027
...
...
@@ -65,7 +65,6 @@ git clone https://github.com/Freifunk-Nord/gluon-ssid-changer.git ssid-changer
cd ssid-changer/gluon-ssid-changer/
git checkout master
scp -r files/* $LOGIN:/
scp luasrc/lib/gluon/upgrade/500-ssid-changer $LOGIN:/lib/gluon/upgrade/
ssh $ROUTER_IP "/lib/gluon/upgrade/500-ssid-changer;" \
"uci set ssid-changer.settings.switch_timeframe='3';" \
"uci set ssid-changer.settings.first='3';" \
...
...
@@ -74,12 +73,6 @@ ssh $ROUTER_IP "/lib/gluon/upgrade/500-ssid-changer;" \
"/etc/init.d/micrond reload;"
```
logread |grep -v "fastd" & logread -f |grep -v "fastd"
cd /var/www/freifunk/firmware/ffki/rc/
router_ip+=fda1:384a:74de:4242:62e3:27ff:fe2a:67d6;
Gluon versions
==============
This branch of the script contains the ssid-changer version for the gluon 2016.2.x.
...
...
@@ -92,7 +85,7 @@ Create a file "modules" with the following content in your site directory:
```
GLUON_SITE_FEEDS="ssidchanger"
PACKAGES_SSIDCHANGER_REPO=https://github.com/freifunk-nord/gluon-ssid-changer.git
PACKAGES_SSIDCHANGER_COMMIT=
614d2f5ac45a424057d7171f80716acf6cad63e1
# <-- set the newest commit ID here
PACKAGES_SSIDCHANGER_COMMIT=
384715c09b94f4b35099eeca27c2af0ed54a8a5d
# <-- set the newest commit ID here
PACKAGES_SSIDCHANGER_BRANCH=master
```
...
...
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