summaryrefslogtreecommitdiff
path: root/package/libcap
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-28 11:58:58 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-28 11:58:58 +0100
commitd5146f4b53d926c13a47215ac514e43b2c66b9ac (patch)
tree98d1dd7aa6dec9e53e3ce342a8d629182469fb3c /package/libcap
parent1f3481268c97e231632547a85c02a02df2d584de (diff)
Revert "package/libcap: Fix build error with kernel headers < 3.6"
This reverts commit a759931c9b0cb4337dc30fd35d03ce123271c5a4.
Diffstat (limited to 'package/libcap')
-rw-r--r--package/libcap/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/libcap/Config.in b/package/libcap/Config.in
index a0199284e..5b0c82719 100644
--- a/package/libcap/Config.in
+++ b/package/libcap/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_LIBCAP
bool "libcap"
- depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
help
This library implements the user-space interfaces to the
POSIX 1003.1e capabilities available in Linux kernels. These
@@ -23,6 +22,3 @@ config BR2_PACKAGE_LIBCAP_TOOLS
CONFIG_EXT2_FS_XATTR and CONFIG_EXT2_FS_SECURITY for ext2).
endif
-
-comment "libcap needs headers >= 3.7"
- depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7