Skip to content
Snippets Groups Projects
Commit 3d65fe1d authored by ke hu's avatar ke hu
Browse files

one solution to adsl annexa switch annexm

cpe application needs longer time to free all the resourse,but stop dsl script does not wait for that
parent 20902f9e
Branches
No related tags found
1 merge request!2one solution to adsl annexa switch annexm
...@@ -88,7 +88,8 @@ stop() { ...@@ -88,7 +88,8 @@ stop() {
: :
fi fi
fi fi
#give userspace app enough time to release driver,otherwise, unload driver fail
sleep 5
if [ ${bDisableAllLines} -eq 1 ]; then if [ ${bDisableAllLines} -eq 1 ]; then
rmmod drv_dsl_cpe_api rmmod drv_dsl_cpe_api
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment