diff options
author | John Crispin <john@openwrt.org> | 2011-02-01 14:35:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-02-01 14:35:36 +0000 |
commit | e919bd002a7f08d1c893dc3272f1f6332442fc35 (patch) | |
tree | bf2e28836e52b2a82972c338cc244dd12a034fef /package/ifxmips-dsl-api/Config.in | |
parent | 61527e0b529fa012fc181f64bf3d3a5c48a9cb33 (diff) | |
download | upstream-e919bd002a7f08d1c893dc3272f1f6332442fc35.tar.gz upstream-e919bd002a7f08d1c893dc3272f1f6332442fc35.tar.bz2 upstream-e919bd002a7f08d1c893dc3272f1f6332442fc35.zip |
* drop codebase in favour of lantiq target
SVN-Revision: 25277
Diffstat (limited to 'package/ifxmips-dsl-api/Config.in')
-rw-r--r-- | package/ifxmips-dsl-api/Config.in | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/package/ifxmips-dsl-api/Config.in b/package/ifxmips-dsl-api/Config.in deleted file mode 100644 index 9beb86bd57..0000000000 --- a/package/ifxmips-dsl-api/Config.in +++ /dev/null @@ -1,33 +0,0 @@ -menu "Configuration" - depends on PACKAGE_kmod-ifxmips-dsl-api - -choice - prompt "Firmware" - default IFXMIPS_ANNEX_B - help - This option controls which firmware is loaded - -config IFXMIPS_ANNEX_A - bool "Annex-A" - help - Annex-A - -config IFXMIPS_ANNEX_B - bool "Annex-B" - help - 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_DEBUG - bool "ifxmips-dsl debugging" - help - Say Y, if you need ifxmips-dsl to display debug messages. - -endmenu |