kernel*: update to 2.6.28.8.
--HG-- extra : convert_revision : fd4da6e40f7cfce62c97eaa9a63c5c3cc05516db
This commit is contained in:
parent
bb35c49146
commit
e383af2306
3 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'kernel-headers'
|
# Template file for 'kernel-headers'
|
||||||
pkgname=kernel-headers
|
pkgname=kernel-headers
|
||||||
version=2.6.28.7
|
version=2.6.28.8
|
||||||
wrksrc="linux-$version"
|
wrksrc="linux-$version"
|
||||||
distfiles="http://www.kernel.org/pub/linux/kernel/v2.6/linux-$version.tar.bz2"
|
distfiles="http://www.kernel.org/pub/linux/kernel/v2.6/linux-$version.tar.bz2"
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="The Linux kernel headers"
|
short_desc="The Linux kernel headers"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=9af6c40c75cbfe5af9ef800d84dd1d2010ce0bd7402623ca9afae535eb0393ad
|
checksum=d3c78c42278e55d31c661f8fff4846fb79b103acc28049f5a810f86d5aa58e14
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides the linux kernel headers."
|
This package provides the linux kernel headers."
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kernel-libc-headers'
|
# Template file for 'kernel-libc-headers'
|
||||||
pkgname=kernel-libc-headers
|
pkgname=kernel-libc-headers
|
||||||
version=2.6.28.7
|
version=2.6.28.8
|
||||||
wrksrc="linux-$version"
|
wrksrc="linux-$version"
|
||||||
distfiles="http://www.kernel.org/pub/linux/kernel/v2.6/linux-$version.tar.bz2"
|
distfiles="http://www.kernel.org/pub/linux/kernel/v2.6/linux-$version.tar.bz2"
|
||||||
build_style=only-install
|
build_style=only-install
|
||||||
|
@ -9,7 +9,7 @@ make_install_target="
|
||||||
headers_install"
|
headers_install"
|
||||||
short_desc="The Linux kernel headers for development"
|
short_desc="The Linux kernel headers for development"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=9af6c40c75cbfe5af9ef800d84dd1d2010ce0bd7402623ca9afae535eb0393ad
|
checksum=d3c78c42278e55d31c661f8fff4846fb79b103acc28049f5a810f86d5aa58e14
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides the linux kernel headers for use in userspace."
|
This package provides the linux kernel headers for use in userspace."
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kernel'
|
# Template file for 'kernel'
|
||||||
pkgname=kernel
|
pkgname=kernel
|
||||||
version=2.6.28.7
|
version=2.6.28.8
|
||||||
# Vanilla kernel + UnionFS/SquashFS patches.
|
# Vanilla kernel + UnionFS/SquashFS patches.
|
||||||
patch_files="squashfs-3.4.diff.bz2 unionfs-2.5.1_for_2.6.28.1.diff.bz2"
|
patch_files="squashfs-3.4.diff.bz2 unionfs-2.5.1_for_2.6.28.1.diff.bz2"
|
||||||
patch_args="-p1"
|
patch_args="-p1"
|
||||||
|
@ -12,7 +12,7 @@ make_install_target="modules_install
|
||||||
INSTALL_MOD_PATH=$XBPS_DESTDIR/$pkgname-$version"
|
INSTALL_MOD_PATH=$XBPS_DESTDIR/$pkgname-$version"
|
||||||
short_desc="The Linux kernel and associated stuff (2.6 branch)"
|
short_desc="The Linux kernel and associated stuff (2.6 branch)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=9af6c40c75cbfe5af9ef800d84dd1d2010ce0bd7402623ca9afae535eb0393ad
|
checksum=d3c78c42278e55d31c661f8fff4846fb79b103acc28049f5a810f86d5aa58e14
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides the linux kernel image, kernel modules
|
This package provides the linux kernel image, kernel modules
|
||||||
and firmware files."
|
and firmware files."
|
||||||
|
|
Loading…
Reference in a new issue