mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 19:06:16 +02:00
e67a287eaf
Add menu options to ltq-dsl-app. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27661 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
|