Browse Source

- fix typo in compressor submenu

Bernhard Reutner-Fischer 18 years ago
parent
commit
3d9823750a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/Config.in

+ 1 - 1
package/Config.in

@@ -291,7 +291,7 @@ menuconfig BR2_COMPRESSOR_SUPPORT
 	help
 	help
 	  Support for compressors and decompressors like lzo, lzma, bzip2
 	  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/gzip/Config.in"
 source "package/lzo/Config.in"
 source "package/lzo/Config.in"
 source "package/lzma/Config.in"
 source "package/lzma/Config.in"