mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Remove unused files from the package dslmngr
This commit is contained in:
parent
2448ca936d
commit
af11c1b407
2 changed files with 0 additions and 55 deletions
|
|
@ -1,25 +0,0 @@
|
|||
config dsl-line line
|
||||
# option type <dsltype>
|
||||
list mode gdmt
|
||||
list mode glite
|
||||
list mode t1413
|
||||
list mode adsl2
|
||||
list mode adsl2p
|
||||
list mode annexl
|
||||
list mode annexm
|
||||
list mode vdsl2
|
||||
# list mode gfast
|
||||
# VDSL2 profiles
|
||||
list profile 8a
|
||||
list profile 8b
|
||||
list profile 8c
|
||||
list profile 8d
|
||||
list profile 12a
|
||||
list profile 12b
|
||||
list profile 17a
|
||||
list profile 30a
|
||||
# list profile 35b
|
||||
option bitswap 1
|
||||
option sra 1
|
||||
option us0 1 # VDSL2 only
|
||||
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=14
|
||||
STOP=96
|
||||
|
||||
USE_PROCD=1
|
||||
NAME=dslmngr
|
||||
|
||||
start_service() {
|
||||
procd_open_instance
|
||||
procd_set_param command "/sbin/dslmngr"
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
service_running() {
|
||||
ubus -t 5 wait_for xdsl
|
||||
ubus -t 5 call xdsl start
|
||||
}
|
||||
|
||||
service_triggers()
|
||||
{
|
||||
procd_add_reload_trigger dsl
|
||||
}
|
||||
|
||||
reload_service() {
|
||||
ubus -t 5 call xdsl stop
|
||||
ubus -t 5 call xdsl start
|
||||
}
|
||||
|
||||
Loading…
Add table
Reference in a new issue