Revert "package/libcap: Fix build error with kernel headers < 3.6"

This reverts commit a759931c9b.
This commit is contained in:
Thomas Petazzoni
2014-10-28 11:58:58 +01:00
parent 1f3481268c
commit d5146f4b53
5 changed files with 6 additions and 16 deletions

View File

@@ -3,7 +3,6 @@ config BR2_PACKAGE_CDRKIT
select BR2_PACKAGE_BZIP2
select BR2_PACKAGE_LIBCAP
depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7 # libcap
depends on BR2_USE_MMU # fork
bool "cdrkit"
help
@@ -13,6 +12,6 @@ config BR2_PACKAGE_CDRKIT
http://www.cdrkit.org/
comment "cdrkit needs a toolchain w/ largefile, headers >= 3.7"
comment "cdrkit needs a toolchain w/ largefile"
depends on BR2_USE_MMU
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
depends on !BR2_LARGEFILE