Skip to content

Commit

Permalink
kbuild: correct initramfs compression comment
Browse files Browse the repository at this point in the history
Fix the Makefile comment since bzip2 is now supported.

Signed-off-by: Robert P. J. Day <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
  • Loading branch information
rpjday authored and sravnborg committed Sep 20, 2009
1 parent 5755433 commit 0bc9f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ klibcdirs:;
PHONY += klibcdirs


# Gzip, but no bzip2
# Gzip
suffix_$(CONFIG_INITRAMFS_COMPRESSION_GZIP) = .gz

# Bzip2
Expand Down

0 comments on commit 0bc9f9e

Please sign in to comment.