diff options
author | John Crispin <john@openwrt.org> | 2013-07-08 09:01:38 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-08 09:01:38 +0000 |
commit | fc40051569e1adc3e1c3591f85cd24c61f839389 (patch) | |
tree | 16fd921aa445153c9fba922b34e2c46fd0e4d053 /package/network/config/ltq-adsl-app/Config.in | |
parent | f18bb17fad0ca307155b3f4f9ba63f02ad7bd1c4 (diff) | |
download | upstream-fc40051569e1adc3e1c3591f85cd24c61f839389.tar.gz upstream-fc40051569e1adc3e1c3591f85cd24c61f839389.tar.bz2 upstream-fc40051569e1adc3e1c3591f85cd24c61f839389.zip |
lantiq: move dsl tools to package/network/config
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37198
Diffstat (limited to 'package/network/config/ltq-adsl-app/Config.in')
-rw-r--r-- | package/network/config/ltq-adsl-app/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/network/config/ltq-adsl-app/Config.in b/package/network/config/ltq-adsl-app/Config.in new file mode 100644 index 0000000000..728fe65b31 --- /dev/null +++ b/package/network/config/ltq-adsl-app/Config.in @@ -0,0 +1,9 @@ +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 |