mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Revert "package/libcap: Fix build error with kernel headers < 3.6"
This reverts commit a759931c9b.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user