irda-utils: totally broken packages should depend on BROKEN, not DEPRECATED
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 26 Jan 2009 06:13:06 +0000 (06:13 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 26 Jan 2009 06:13:06 +0000 (06:13 -0000)
Or we should simply delete the dir.

package/irda-utils/Config.in

index 14dd1838a67921395220521d111e1e4ce71a237e..edb74a11dcf14960971d5ea0d548f3a91b662e2b 100644 (file)
@@ -1,6 +1,6 @@
 menuconfig BR2_PACKAGE_IRDA_UTILS
        bool "irda_utils"
-       depends on BR2_DEPRECATED
+       depends on BROKEN
        help
          Tools for accessing the irda-Subsystem of the Linux-Kernel
          The makefile is totally broken.
@@ -41,5 +41,5 @@ config IRDA_SMCINIT
        help
                Some Toshiba Laptops have buggy BIOSes which didn't initialize
                Irda. This may help those.
-       
+
 endif