projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8531ab
)
bzip2/lzma: DECOMPRESS_GZIP should select ZLIB_INFLATE
author
H. Peter Anvin
<hpa@zytor.com>
Wed, 7 Jan 2009 08:01:43 +0000
(
00:01
-0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Wed, 7 Jan 2009 08:02:37 +0000
(
00:02
-0800)
Impact: Partial resolution of build failure
DECOMPRESS_GZIP is just a common-interface wrapper around the
zlib_inflate code; it thus need to select it.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
lib/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/lib/Kconfig
b/lib/Kconfig
index e37f061fd32a71e63aedaf0cb918c710c9c8a60f..daa481824d9c9a68438d097ec4bedd9c2114dc2e 100644
(file)
--- a/
lib/Kconfig
+++ b/
lib/Kconfig
@@
-102,6
+102,7
@@
config LZO_DECOMPRESS
# ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.)
#
config DECOMPRESS_GZIP
+ select ZLIB_INFLATE
tristate
config DECOMPRESS_BZIP2