aboutsummaryrefslogtreecommitdiffstats
path: root/package/ifxmips-dsl-api/Config.in
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-02-01 14:35:36 +0000
committerJohn Crispin <blogic@openwrt.org>2011-02-01 14:35:36 +0000
commit27867e06a65143a61a2b43959c82bdfc1fa48ac6 (patch)
tree01eb0ccf485a6841881c9eebf29f636382facdc6 /package/ifxmips-dsl-api/Config.in
parentfa74505585403821207590bfec67c5886b6d216f (diff)
downloadupstream-27867e06a65143a61a2b43959c82bdfc1fa48ac6.tar.gz
upstream-27867e06a65143a61a2b43959c82bdfc1fa48ac6.tar.bz2
upstream-27867e06a65143a61a2b43959c82bdfc1fa48ac6.zip
[ifxmips]
* drop codebase in favour of lantiq target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25277 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ifxmips-dsl-api/Config.in')
-rw-r--r--package/ifxmips-dsl-api/Config.in33
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