Commit 62fc4c0f authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

kexec: tweak zlib option name



To match other _ZLIB options.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent b766ed21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ config BR2_PACKAGE_KEXEC
	  http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/

config BR2_PACKAGE_KEXEC_ZLIB
	bool "Kexec with zlib support"
	bool "zlib support"
	depends on BR2_PACKAGE_KEXEC
	select BR2_PACKAGE_ZLIB
	help