From: Gustavo Zacarias Date: Fri, 14 Nov 2014 23:25:21 +0000 (-0300) Subject: iputils: fix openssl select X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89f3ed6c3a432fd1fd84112a5d016e02b55f9fdf;p=buildroot.git iputils: fix openssl select It's BR2_PACKAGE_OPENSSL, not BR2_OPENSSL... oops! Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/iputils/Config.in b/package/iputils/Config.in index 456fddf769..e9221ad704 100644 --- a/package/iputils/Config.in +++ b/package/iputils/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_IPUTILS bool "iputils" - select BR2_OPENSSL if BR2_INET_IPV6 + select BR2_PACKAGE_OPENSSL if BR2_INET_IPV6 depends on BR2_USE_MMU # fork() # requires dn_comp (only available in since uclibc 0.9.33) depends on !BR2_avr32