mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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>
This commit is contained in:
committed by
Sam Ravnborg
parent
575543347b
commit
0bc9f9e63c
@@ -6,7 +6,7 @@ klibcdirs:;
|
|||||||
PHONY += klibcdirs
|
PHONY += klibcdirs
|
||||||
|
|
||||||
|
|
||||||
# Gzip, but no bzip2
|
# Gzip
|
||||||
suffix_$(CONFIG_INITRAMFS_COMPRESSION_GZIP) = .gz
|
suffix_$(CONFIG_INITRAMFS_COMPRESSION_GZIP) = .gz
|
||||||
|
|
||||||
# Bzip2
|
# Bzip2
|
||||||
|
Reference in New Issue
Block a user