forked from Ivasoft/openwrt
lantiq: move dsl related base-files into own package
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>
This commit is contained in:
committed by
Adrian Schmutzler
parent
1de9cac2f9
commit
4d8552c265
6
package/network/utils/ltq-dsl-base/files/sbin/dsl_notify.sh
Executable file
6
package/network/utils/ltq-dsl-base/files/sbin/dsl_notify.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user