|
@@ -1,5 +1,6 @@
|
|
config BR2_PACKAGE_LIBCAP
|
|
config BR2_PACKAGE_LIBCAP
|
|
bool "libcap"
|
|
bool "libcap"
|
|
|
|
+ depends on BR2_USE_MMU # fork()
|
|
help
|
|
help
|
|
This library implements the user-space interfaces to the
|
|
This library implements the user-space interfaces to the
|
|
POSIX 1003.1e capabilities available in Linux kernels. These
|
|
POSIX 1003.1e capabilities available in Linux kernels. These
|
|
@@ -12,7 +13,6 @@ if BR2_PACKAGE_LIBCAP
|
|
|
|
|
|
config BR2_PACKAGE_LIBCAP_TOOLS
|
|
config BR2_PACKAGE_LIBCAP_TOOLS
|
|
bool "install tools"
|
|
bool "install tools"
|
|
- depends on BR2_USE_MMU
|
|
|
|
help
|
|
help
|
|
Install setcap, getcap, getpcaps and capsh tools.
|
|
Install setcap, getcap, getpcaps and capsh tools.
|
|
|
|
|