diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2009-07-05 09:46:19 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-09-20 06:27:41 -0400 |
commit | 0bc9f9e63c0aa9c60ee309039d8f52708145ea4b (patch) | |
tree | adb3cb2f21786740967ac7ebf7b53dcc55059085 /usr | |
parent | 575543347b5baed0ca927cb90ba8807396fe9cc9 (diff) |
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>
Diffstat (limited to 'usr')
-rw-r--r-- | usr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/Makefile b/usr/Makefile index 245145a99c10..1e6a9e4a72cc 100644 --- a/usr/Makefile +++ b/usr/Makefile | |||
@@ -6,7 +6,7 @@ klibcdirs:; | |||
6 | PHONY += klibcdirs | 6 | PHONY += klibcdirs |
7 | 7 | ||
8 | 8 | ||
9 | # Gzip, but no bzip2 | 9 | # Gzip |
10 | suffix_$(CONFIG_INITRAMFS_COMPRESSION_GZIP) = .gz | 10 | suffix_$(CONFIG_INITRAMFS_COMPRESSION_GZIP) = .gz |
11 | 11 | ||
12 | # Bzip2 | 12 | # Bzip2 |