Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Firmware
Manage
Activity
Members
Labels
Plan
Issues
22
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Firmware-Developer
Firmware
Commits
037455d9
Unverified
Commit
037455d9
authored
6 years ago
by
Stephan
Browse files
Options
Downloads
Patches
Plain Diff
sync 5.0.2: minor fixes
parent
fa90bf8a
No related branches found
Branches containing commit
Tags
T_FIRMWARE_5.0.2
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
changelog.txt
+1
-1
1 addition, 1 deletion
changelog.txt
files/common/etc/version
+1
-1
1 addition, 1 deletion
files/common/etc/version
files/common/usr/lib/ddmesh/ddmesh-upgrade.sh
+7
-0
7 additions, 0 deletions
files/common/usr/lib/ddmesh/ddmesh-upgrade.sh
with
9 additions
and
2 deletions
changelog.txt
+
1
−
1
View file @
037455d9
2018-05-13 5.0.
1
(testing)
2018-05-13 5.0.
2
(testing)
--------------------------------------------------
gui-map - set default gps coordinates
DSGVO - add text for DSGVO (Datenschutz Grundverordnung)
...
...
This diff is collapsed.
Click to expand it.
files/common/etc/version
+
1
−
1
View file @
037455d9
5.0.
1
5.0.
2
This diff is collapsed.
Click to expand it.
files/common/usr/lib/ddmesh/ddmesh-upgrade.sh
+
7
−
0
View file @
037455d9
...
...
@@ -302,6 +302,13 @@ upgrade_5_0_1() {
uci
-q
set
ddmesh.network.wifi2_dhcplease
=
'5m'
}
upgrade_5_0_2
()
{
uci
-q
delete network.meshwire
# mesh_lan/wan will be created on next boot
uci
set
network.tbb_fastd.ifname
=
'tbb_fastd'
cp
/rom/etc/config/firewall /etc/config/firewall
uci
set
dhcp.dnsmasq.logqueries
=
0
}
##################################
run_upgrade
...
...
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