mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 18:51:54 +02:00
39caa68329
- 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29881 3c298f89-4303-0410-b956-a3cf2f4a3e73
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
config LTQ_DSL_ENABLE_SOAP
|
|
bool "Enable SOAP support"
|
|
depends on PACKAGE_ltq-dsl-app
|
|
default n
|
|
|
|
config LTQ_DSL_ENABLE_DSL_EVENT_POLLING
|
|
bool "Include Event Polling support"
|
|
depends on PACKAGE_ltq-dsl-app
|
|
default n
|