mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-15 16:27:01 +08:00
7 lines
181 B
Bash
Executable File
7 lines
181 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# This script is called by dsl_cpe_control whenever there is a DSL event
|
|
# and calls any available hotplug script(s) in /etc/hotplug.d/dsl.
|
|
|
|
exec /sbin/hotplug-call dsl
|