Commit 89f3ed6c authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

iputils: fix openssl select



It's BR2_PACKAGE_OPENSSL, not BR2_OPENSSL... oops!

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 8d4942cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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