diff options
author | John Crispin <john@openwrt.org> | 2012-01-24 11:31:23 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-01-24 11:31:23 +0000 |
commit | a558d605ab54313e8217201b67e0dff610db0e0c (patch) | |
tree | b6e4ee2dfbe85ad3fbf12d39bf95f5b2337e1f74 /package/ltq-dsl-app/Config.in | |
parent | 17bb00389165d2557498da449489322a200db13c (diff) | |
download | upstream-a558d605ab54313e8217201b67e0dff610db0e0c.tar.gz upstream-a558d605ab54313e8217201b67e0dff610db0e0c.tar.bz2 upstream-a558d605ab54313e8217201b67e0dff610db0e0c.zip |
Initial DSL framework
- Removed ifx_cpe_control_init.sh (the old init script)
- Created dsl_control (/etc/init.d)
- tidied up start and stop
- stop calls dsl_notify before killing daemon
- has status and lucistat options to provide detail
- copes with daemon not running situation
- Updated package makefile to use new init script and to build cli support
- Provide a dsl_notify.sh script to cope with line up/down events
Signed-off-by: Lee Essen <lee.essen@nowonline.co.uk>
SVN-Revision: 29881
Diffstat (limited to 'package/ltq-dsl-app/Config.in')
-rw-r--r-- | package/ltq-dsl-app/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ltq-dsl-app/Config.in b/package/ltq-dsl-app/Config.in index c9a9a95637..728fe65b31 100644 --- a/package/ltq-dsl-app/Config.in +++ b/package/ltq-dsl-app/Config.in @@ -1,5 +1,5 @@ -config LTQ_DSL_ENABLE_CLI - bool "Enable CLI support" +config LTQ_DSL_ENABLE_SOAP + bool "Enable SOAP support" depends on PACKAGE_ltq-dsl-app default n |