From: Peter Korsgaard Date: Mon, 26 Jan 2009 06:13:06 +0000 (-0000) Subject: irda-utils: totally broken packages should depend on BROKEN, not DEPRECATED X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ba91efea21466d0f587656903941c339eaa6bdf;p=buildroot.git irda-utils: totally broken packages should depend on BROKEN, not DEPRECATED Or we should simply delete the dir. --- diff --git a/package/irda-utils/Config.in b/package/irda-utils/Config.in index 14dd1838a6..edb74a11dc 100644 --- a/package/irda-utils/Config.in +++ b/package/irda-utils/Config.in @@ -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