lantiq: move dsl related base-files into own package
authorMartin Schiller <ms.3headeddevs@gmail.com>
Wed, 21 Aug 2019 07:06:54 +0000 (09:06 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 17 Jul 2020 10:14:32 +0000 (12:14 +0200)
commit4d8552c26527428e041a490a365b5cbd3495119e
treeedde8db8bd1431979f33c6a2694b4de20d277470
parent1de9cac2f993738bf6a7ff2261bb382549a7863b
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>
package/network/config/ltq-adsl-app/Makefile
package/network/config/ltq-vdsl-app/Makefile
package/network/utils/ltq-dsl-base/Makefile [new file with mode: 0644]
package/network/utils/ltq-dsl-base/files/etc/hotplug.d/dsl/led_dsl.sh [new file with mode: 0755]
package/network/utils/ltq-dsl-base/files/etc/hotplug.d/dsl/pppoa.sh [new file with mode: 0755]
package/network/utils/ltq-dsl-base/files/lib/functions/lantiq_dsl.sh [new file with mode: 0755]
package/network/utils/ltq-dsl-base/files/sbin/dsl_notify.sh [new file with mode: 0755]
target/linux/lantiq/base-files/etc/hotplug.d/dsl/led_dsl.sh [deleted file]
target/linux/lantiq/base-files/etc/hotplug.d/dsl/pppoa.sh [deleted file]
target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh [deleted file]
target/linux/lantiq/base-files/sbin/dsl_notify.sh [deleted file]