Commit 3d982375 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- fix typo in compressor submenu

parent c9ea7573
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ menuconfig BR2_COMPRESSOR_SUPPORT
	help
	  Support for compressors and decompressors like lzo, lzma, bzip2

if BR2_COMPRESSOR_SUPPORT_SUPPORT
if BR2_COMPRESSOR_SUPPORT
source "package/gzip/Config.in"
source "package/lzo/Config.in"
source "package/lzma/Config.in"