It does not make sense to install this components on lantiq systems where the dsl subsystem is not needed/used. This also makes it possible to use the files also on other targets. (hopefully ipq401x / FritzBox 7530 in the near future) Signed-off-by: Martin Schiller <ms.3headeddevs@gmail.com>
6 lines
181 B
Bash
Executable file
6 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
|