kernel*: update to 2.6.29, without unionfs for now.
--HG-- extra : convert_revision : 2ac3087d7f185d78e79cfb8654b319982bef7002
This commit is contained in:
parent
7f9d3073a5
commit
80cc96164e
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'kernel-headers'
|
||||
pkgname=kernel-headers
|
||||
version=2.6.28.8
|
||||
version=2.6.29
|
||||
wrksrc="linux-$version"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v2.6/linux-$version.tar.bz2"
|
||||
build_style=custom-install
|
||||
short_desc="The Linux kernel headers"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d3c78c42278e55d31c661f8fff4846fb79b103acc28049f5a810f86d5aa58e14
|
||||
checksum=58a5ea16d499fe06f90fcbf1d687d1235d2cb9bc28bf979867bd3faadf38fc3f
|
||||
long_desc="
|
||||
This package provides the linux kernel headers."
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kernel-libc-headers'
|
||||
pkgname=kernel-libc-headers
|
||||
version=2.6.28.8
|
||||
version=2.6.29
|
||||
wrksrc="linux-$version"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v2.6/linux-$version.tar.bz2"
|
||||
build_style=only-install
|
||||
|
@ -9,7 +9,7 @@ make_install_target="
|
|||
headers_install"
|
||||
short_desc="The Linux kernel headers for development"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d3c78c42278e55d31c661f8fff4846fb79b103acc28049f5a810f86d5aa58e14
|
||||
checksum=58a5ea16d499fe06f90fcbf1d687d1235d2cb9bc28bf979867bd3faadf38fc3f
|
||||
long_desc="
|
||||
This package provides the linux kernel headers for use in userspace."
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'kernel'
|
||||
pkgname=kernel
|
||||
version=2.6.28.8
|
||||
# Vanilla kernel + UnionFS/SquashFS patches.
|
||||
patch_files="squashfs-3.4.diff.bz2 unionfs-2.5.1_for_2.6.28.1.diff.bz2"
|
||||
patch_args="-p1"
|
||||
version=2.6.29
|
||||
# Vanilla kernel + UnionFS patch.
|
||||
#patch_files="unionfs-2.5.1_for_2.6.29-rc2.diff.gz"
|
||||
#patch_args="-p1"
|
||||
wrksrc="linux-$version"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v2.6/linux-$version.tar.bz2"
|
||||
build_style=gnu_makefile
|
||||
|
@ -12,7 +12,7 @@ make_install_target="modules_install
|
|||
INSTALL_MOD_PATH=$XBPS_DESTDIR/$pkgname-$version"
|
||||
short_desc="The Linux kernel and associated stuff (2.6 branch)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d3c78c42278e55d31c661f8fff4846fb79b103acc28049f5a810f86d5aa58e14
|
||||
checksum=58a5ea16d499fe06f90fcbf1d687d1235d2cb9bc28bf979867bd3faadf38fc3f
|
||||
long_desc="
|
||||
This package provides the linux kernel image, kernel modules
|
||||
and firmware files."
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue