diff options
author | John Crispin <john@openwrt.org> | 2010-11-03 19:06:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2010-11-03 19:06:39 +0000 |
commit | 109ef6e68696a12d1a34395d503191a0ceb39f4f (patch) | |
tree | 1b421bc0a871cec92ffd480f1322ddc2af5bbb80 /package/ifxmips-dsl-api/Config.in | |
parent | 251535331cb7393bc911dfd5a7c01f670b292549 (diff) | |
download | upstream-109ef6e68696a12d1a34395d503191a0ceb39f4f.tar.gz upstream-109ef6e68696a12d1a34395d503191a0ceb39f4f.tar.bz2 upstream-109ef6e68696a12d1a34395d503191a0ceb39f4f.zip |
* make dsl driver work with new kernel
SVN-Revision: 23837
Diffstat (limited to 'package/ifxmips-dsl-api/Config.in')
-rw-r--r-- | package/ifxmips-dsl-api/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/ifxmips-dsl-api/Config.in b/package/ifxmips-dsl-api/Config.in index 72942e6fff..9beb86bd57 100644 --- a/package/ifxmips-dsl-api/Config.in +++ b/package/ifxmips-dsl-api/Config.in @@ -19,11 +19,11 @@ config IFXMIPS_ANNEX_B endchoice -config IFXMIPS_DSL_FIRMWARE - bool "ifxmips-dsl firmware extractor" - default y - help - Say Y, if you need ifxmips-dsl to auto extract the firmware for you from the a800 firmware image +#config IFXMIPS_DSL_FIRMWARE +# bool "ifxmips-dsl firmware extractor" +# default y +# help +# Say Y, if you need ifxmips-dsl to auto extract the firmware for you from the a800 firmware image config IFXMIPS_DSL_DEBUG bool "ifxmips-dsl debugging" |