diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-26 06:13:06 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-26 06:13:06 +0000 |
commit | 3ba91efea21466d0f587656903941c339eaa6bdf (patch) | |
tree | ca44b800214ebd94409f4b73a49e230b77656b6f | |
parent | 7e3d659e8c44d9dc278276b710b50d90337b0fd0 (diff) | |
download | buildroot-novena-3ba91efea21466d0f587656903941c339eaa6bdf.tar.gz buildroot-novena-3ba91efea21466d0f587656903941c339eaa6bdf.zip |
irda-utils: totally broken packages should depend on BROKEN, not DEPRECATED
Or we should simply delete the dir.
-rw-r--r-- | package/irda-utils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/irda-utils/Config.in b/package/irda-utils/Config.in index 14dd1838a..edb74a11d 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 |