Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Firmware
Manage
Activity
Members
Labels
Plan
Issues
23
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Merge requests
!104
Speedup boot für Knoten ohne WIFI z.B. VM Servern
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Speedup boot für Knoten ohne WIFI z.B. VM Servern
yaro-kvm-boot-speedup
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Yaroslav Petrov
requested to merge
yaro-kvm-boot-speedup
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
see Issue
#72 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
320d0e94
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
files/common/usr/lib/ddmesh/ddmesh-bootconfig.sh
+
1
−
1
Options
@@ -818,7 +818,7 @@ case "$boot_step" in
[
-x
"
$WSHAPER
"
]
&&
$WSHAPER
restart
# cron job is started from ddmesh-init.sh after bmxd
wait_for_wifi
[
-d
/sys/class/ieee80211/phy0
]
&&
wait_for_wifi
# delay start mesh_on_wire, to allow access router config via lan/wan ip
setup_mesh_on_wire &
Loading