e80af9da6b
Add menu options to ltq-dsl-app. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 27661
15 lines
281 B
Plaintext
15 lines
281 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_ltq-dsl-app
|
|
|
|
config LTQ_DSL_ENABLE_CLI
|
|
bool "Enable CLI 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
|
|
|
|
endmenu
|