浏览代码

irda-utils: totally broken packages should depend on BROKEN, not DEPRECATED

Or we should simply delete the dir.
Peter Korsgaard 16 年之前
父节点
当前提交
3ba91efea2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package/irda-utils/Config.in

+ 2 - 2
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