diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-26 00:12:47 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-26 00:12:47 +0000 |
commit | 6360be7fe141b707828458a498e49a7ec6ee8265 (patch) | |
tree | 7a8e6fe921f1397c95f2b8981acd50aa2546163d /package/irda-utils | |
parent | a6ab997f6f8ad99c5eb293e540c1c9e48a7644f7 (diff) | |
download | buildroot-novena-6360be7fe141b707828458a498e49a7ec6ee8265.tar.gz buildroot-novena-6360be7fe141b707828458a498e49a7ec6ee8265.zip |
Deprecate irda-utils, makefile totally broken
Diffstat (limited to 'package/irda-utils')
-rw-r--r-- | package/irda-utils/Config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/irda-utils/Config.in b/package/irda-utils/Config.in index 0547badf7..14dd1838a 100644 --- a/package/irda-utils/Config.in +++ b/package/irda-utils/Config.in @@ -1,7 +1,9 @@ menuconfig BR2_PACKAGE_IRDA_UTILS bool "irda_utils" + depends on BR2_DEPRECATED help - Tools for accessing the irda-Subsystem of the Linux-Kernel + Tools for accessing the irda-Subsystem of the Linux-Kernel + The makefile is totally broken. if BR2_PACKAGE_IRDA_UTILS config IRDA_IRATTACH |