reorganize ltq-dsl-app
[openwrt.git] / package / ltq-dsl-app / Config.in
1 menu "Configuration"
2         depends on PACKAGE_ltq-dsl-app
3
4 config LTQ_DSL_ENABLE_CLI
5         bool "Enable CLI support"
6         depends on PACKAGE_ltq-dsl-app
7         default n
8
9 config LTQ_DSL_ENABLE_DSL_EVENT_POLLING
10         bool "Include Event Polling support"
11         depends on PACKAGE_ltq-dsl-app
12         default n
13
14 endmenu