mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
fix for #7520
This commit is contained in:
parent
10d0c98213
commit
7cbdcbf495
2 changed files with 4 additions and 3 deletions
|
|
@ -89,7 +89,8 @@ start_service() {
|
|||
|
||||
stop_service() {
|
||||
echo "Stopping DSL"
|
||||
xdslctl stop
|
||||
# stop causes IRQ issues
|
||||
#xdslctl stop
|
||||
}
|
||||
|
||||
boot() {
|
||||
|
|
|
|||
|
|
@ -142,8 +142,8 @@ start_service() {
|
|||
|
||||
stop_service() {
|
||||
echo "Stopping ADSL"
|
||||
|
||||
xtmctl stop
|
||||
#xtmctl stop causes IRQ issues"
|
||||
# xtmctl stop
|
||||
remove_netdevices
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue