diff options
| author | Martin Bark <martin@barkynet.com> | 2016-02-25 13:23:32 +0000 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-25 21:36:29 +0100 |
| commit | eae103ea242af87dbde787837e672f471b10929c (patch) | |
| tree | 40b4f77f5c79df56040823f99429426c20e9f313 /package/iputils/Config.in | |
| parent | b7993116ab530e7100b08dc5ee9eefff3a651496 (diff) | |
| download | buildroot-eae103ea242af87dbde787837e672f471b10929c.tar.gz buildroot-eae103ea242af87dbde787837e672f471b10929c.zip | |
package/iputils: removed dependency on openssl
iputils does not have to be built with openssl so remove selecting
BR2_PACKAGE_OPENSSL and make the dependency optional
Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/iputils/Config.in')
| -rw-r--r-- | package/iputils/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/iputils/Config.in b/package/iputils/Config.in index 40580d2365..c83e414cce 100644 --- a/package/iputils/Config.in +++ b/package/iputils/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_IPUTILS bool "iputils" - select BR2_PACKAGE_OPENSSL depends on BR2_USE_MMU # fork() help This package is set of small useful utilities for Linux networking. |

