This commit is contained in:
Strhuan Blomquist 2015-06-30 17:16:08 +02:00
parent 10d0c98213
commit 7cbdcbf495
2 changed files with 4 additions and 3 deletions

View file

@ -89,7 +89,8 @@ start_service() {
stop_service() {
echo "Stopping DSL"
xdslctl stop
# stop causes IRQ issues
#xdslctl stop
}
boot() {

View file

@ -142,8 +142,8 @@ start_service() {
stop_service() {
echo "Stopping ADSL"
xtmctl stop
#xtmctl stop causes IRQ issues"
# xtmctl stop
remove_netdevices
}