Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
broadcom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
broadcom
Commits
ad73c6df
Commit
ad73c6df
authored
9 years ago
by
Jonas Höglund
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Wait for modules to load before starting dectproxy"
This reverts commit
da24221d
.
parent
ab256f2e
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
dectmngr/files/etc/init.d/dect
+1
-11
1 addition, 11 deletions
dectmngr/files/etc/init.d/dect
with
1 addition
and
11 deletions
dectmngr/files/etc/init.d/dect
+
1
−
11
View file @
ad73c6df
...
@@ -9,15 +9,10 @@ DEFAULT=
...
@@ -9,15 +9,10 @@ DEFAULT=
OPTIONS
=
""
OPTIONS
=
""
start_
dect
()
{
start_
service
()
{
# avoid fp timing problem
# avoid fp timing problem
echo
1
>
/proc/sys/kernel/printk_with_interrupt_enabled
echo
1
>
/proc/sys/kernel/printk_with_interrupt_enabled
# wait for kernel modules to load
while
[
!
-f
/tmp/modules_loaded
]
;
do
sleep
1
done
# setup board specific dect parameters
# setup board specific dect parameters
cat
/proc/nvram/rfpi |
tr
-d
' '
| atohx
>
/tmp/rfpi
cat
/proc/nvram/rfpi |
tr
-d
' '
| atohx
>
/tmp/rfpi
cat
/proc/nvram/fixed_emc |
tr
-d
' '
| atohx
>
/tmp/fixed_emc
cat
/proc/nvram/fixed_emc |
tr
-d
' '
| atohx
>
/tmp/fixed_emc
...
@@ -42,11 +37,6 @@ start_dect() {
...
@@ -42,11 +37,6 @@ start_dect() {
dectmngr
>
/tmp/dectmngr 2>&1 &
dectmngr
>
/tmp/dectmngr 2>&1 &
}
}
start_service
()
{
start_dect &
}
stop_service
()
{
stop_service
()
{
killall
-9
dectproxy
killall
-9
dectproxy
killall
-9
dectmngr
killall
-9
dectmngr
...
...
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