Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
ccca92cf
Unverified
Commit
ccca92cf
authored
2 years ago
by
Jan-Niklas Burfeind
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2806 from freifunk-gluon/master-bugfix
gluon-core: fix typo in wireless upgrade script
parents
23145c58
94537db4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/gluon-core/luasrc/lib/gluon/upgrade/200-wireless
+1
-1
1 addition, 1 deletion
package/gluon-core/luasrc/lib/gluon/upgrade/200-wireless
with
1 addition
and
1 deletion
package/gluon-core/luasrc/lib/gluon/upgrade/200-wireless
+
1
−
1
View file @
ccca92cf
...
@@ -184,7 +184,7 @@ local function set_channels(radio, radio_name, config)
...
@@ -184,7 +184,7 @@ local function set_channels(radio, radio_name, config)
local
chanlist
local
chanlist
if
radio
.
band
==
'5g'
and
is_outdoor
()
then
if
radio
.
band
==
'5g'
and
is_outdoor
()
then
chanlist
=
config
.
outdor_chanlist
()
chanlist
=
config
.
outdo
o
r_chanlist
()
end
end
uci
:
set
(
'wireless'
,
radio_name
,
'channels'
,
chanlist
)
uci
:
set
(
'wireless'
,
radio_name
,
'channels'
,
chanlist
)
end
end
...
...
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