diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2015-05-17 13:42:34 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2015-05-17 13:42:34 +0200 |
| commit | 3a07f5e4fe2543f8fbee4cdc680318bc426bd83d (patch) | |
| tree | 68cf78d0b6ea0ad2a11181c80c0dd48bef854d3c /package/ipmiutil/Config.in | |
| parent | 3ed9137fee544875fa6dca7c0369808ec4b274d4 (diff) | |
| download | buildroot-3a07f5e4fe2543f8fbee4cdc680318bc426bd83d.tar.gz buildroot-3a07f5e4fe2543f8fbee4cdc680318bc426bd83d.zip | |
ipmiutil: openssl is an optional dependency
So handle it as such (it is only needed for the lanplus functionality).
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ipmiutil/Config.in')
| -rw-r--r-- | package/ipmiutil/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/ipmiutil/Config.in b/package/ipmiutil/Config.in index 2500583095..a2a898b5c5 100644 --- a/package/ipmiutil/Config.in +++ b/package/ipmiutil/Config.in @@ -3,7 +3,6 @@ config BR2_PACKAGE_IPMIUTIL depends on BR2_USE_MMU depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_x86_64 || BR2_i386 - select BR2_PACKAGE_OPENSSL help The ipmiutil package provides easy-to-use utilities to view the SEL, perform an IPMI chassis reset, set up the IPMI LAN |

