kernel: make it use CONFIG_KERNEL_XZ rathern than GZIP, to save some bytes.
This commit is contained in:
parent
11f97f5f3b
commit
dbb6a76f58
3 changed files with 5 additions and 3 deletions
|
@ -7,4 +7,6 @@ version=${_kernel_ver}
|
|||
wrksrc="linux-$version"
|
||||
distfiles="${KERNEL_SITE}/kernel/v2.6/linux-$version.tar.bz2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org"
|
||||
license="GPL2"
|
||||
checksum=584d17f2a3ee18a9501d7ff36907639e538cfdba4529978b8550c461d45c61f6
|
||||
|
|
|
@ -71,10 +71,10 @@ CONFIG_HAVE_KERNEL_BZIP2=y
|
|||
CONFIG_HAVE_KERNEL_LZMA=y
|
||||
CONFIG_HAVE_KERNEL_XZ=y
|
||||
CONFIG_HAVE_KERNEL_LZO=y
|
||||
CONFIG_KERNEL_GZIP=y
|
||||
# CONFIG_KERNEL_GZIP is not set
|
||||
# CONFIG_KERNEL_BZIP2 is not set
|
||||
# CONFIG_KERNEL_LZMA is not set
|
||||
# CONFIG_KERNEL_XZ is not set
|
||||
CONFIG_KERNEL_XZ=y
|
||||
# CONFIG_KERNEL_LZO is not set
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_SYSVIPC=y
|
||||
|
|
|
@ -11,7 +11,7 @@ triggers="initramfs-tools"
|
|||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
preserve=yes
|
||||
#revision=1
|
||||
revision=1
|
||||
_kernel_headers_revision=${revision}
|
||||
if [ -n "${revision}" ]; then
|
||||
_kernver="${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue