mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 19:49:42 +02:00
18a076fccd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24526 3c298f89-4303-0410-b956-a3cf2f4a3e73
26 lines
406 B
Plaintext
26 lines
406 B
Plaintext
|
|
choice
|
|
prompt "Firmware"
|
|
default LANTIQ_ANNEX_B
|
|
depends on PACKAGE_kmod-lqdsl
|
|
help
|
|
This option controls which firmware is loaded
|
|
|
|
config LANTIQ_ANNEX_A
|
|
bool "Annex-A"
|
|
help
|
|
Annex-A
|
|
|
|
config LANTIQ_ANNEX_B
|
|
bool "Annex-B"
|
|
help
|
|
Annex-B
|
|
|
|
endchoice
|
|
|
|
config LANTIQ_DSL_DEBUG
|
|
bool "lqdsl debugging"
|
|
depends on PACKAGE_kmod-lqdsl
|
|
help
|
|
Say Y, if you need lantiq-dsl to display debug messages.
|