]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - scripts/extract-ikconfig
scripts/extract-ikconfig: Support LZ4-compressed images.
authorAlex Pilon <alp+linux@alexpilon.ca>
Tue, 14 Apr 2015 04:38:33 +0000 (00:38 -0400)
committerMichal Marek <mmarek@suse.cz>
Wed, 15 Apr 2015 12:01:12 +0000 (14:01 +0200)
commit99b2cdde83726a89daadbfd1264fb9a3b91eed0b
treefd3a9518816096e89217776fb08f7aff4d7f05f7
parent2c2b913d19e149bf7c4ae5f62634fc3b46a06306
scripts/extract-ikconfig: Support LZ4-compressed images.

Support for kernel image LZ4 compression was added around 3.11, but not
the corresponding kernel .config extraction.

This makes possible extracting the kernel config for LZ4-compressed
kernels you're not running, or the current LZ4-compressed kernel if
compiled without /proc/config.gz support.

Signed-off-by: Alex Pilon <alp+linux@alexpilon.ca>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/extract-ikconfig