summaryrefslogtreecommitdiff
path: root/package/irda-utils/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-11-24 17:32:25 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-11-24 19:09:48 +0100
commit1330cf5b19b9d1e756f0521e55b8155268da71f6 (patch)
treed83741d8afa01bcb52dbb685e892de7858923f08 /package/irda-utils/Config.in
parent2d04d56ec765bab79724f40bcfb3020814a1e57d (diff)
package: remove disabled/broken irda-utils package
No updates since it got marked as broken back in January, so lets get rid of it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/irda-utils/Config.in')
-rw-r--r--package/irda-utils/Config.in45
1 files changed, 0 insertions, 45 deletions
diff --git a/package/irda-utils/Config.in b/package/irda-utils/Config.in
deleted file mode 100644
index edb74a11d..000000000
--- a/package/irda-utils/Config.in
+++ /dev/null
@@ -1,45 +0,0 @@
-menuconfig BR2_PACKAGE_IRDA_UTILS
- bool "irda_utils"
- depends on BROKEN
- help
- Tools for accessing the irda-Subsystem of the Linux-Kernel
- The makefile is totally broken.
-
-if BR2_PACKAGE_IRDA_UTILS
-config IRDA_IRATTACH
- bool "irattach"
- default y
- help
- To start the Irda-Subsystem in SIR-Mode you may need this
-
-config IRDA_IRDAPING
- bool "irdaping"
- help
- what ping is for networks is irdaping for Irda
-
-config IRDA_IRNETD
- bool "irnetd"
- help
- Needed for Networking over Irda
-
-config IRDA_IRDADUMP
- bool "irdadump"
- help
- Like tcpdump, but for infrared connections
-
-config IRDA_FINDCHIP
- bool "findchip"
-
-config IRDA_PSION
- bool "support psion-dongle"
-
-config IRDA_TEKRAM
- bool "support tekram-dongle"
-
-config IRDA_SMCINIT
- bool "support toshiba-laptops"
- help
- Some Toshiba Laptops have buggy BIOSes which didn't initialize
- Irda. This may help those.
-
-endif