- fix typo in compressor submenu
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 22 Jan 2007 12:27:33 +0000 (12:27 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 22 Jan 2007 12:27:33 +0000 (12:27 -0000)
package/Config.in

index e653a37ff252b726d181cce0f4f87a31cea0c99e..47802da5efd37530bd30f980a99fad8506bcf05a 100644 (file)
@@ -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"