瀏覽代碼

kbuild: correct initramfs compression comment

Fix the Makefile comment since bzip2 is now supported.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Robert P. J. Day 16 年之前
父節點
當前提交
0bc9f9e63c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      usr/Makefile

+ 1 - 1
usr/Makefile

@@ -6,7 +6,7 @@ klibcdirs:;
 PHONY += klibcdirs
 
 
-# Gzip, but no bzip2
+# Gzip
 suffix_$(CONFIG_INITRAMFS_COMPRESSION_GZIP)   = .gz
 
 # Bzip2