linux3.10: update to 3.10.3; disable goldfish on x86.
This commit is contained in:
parent
a908103f24
commit
0ad0580e9c
2 changed files with 4 additions and 4 deletions
|
@ -336,9 +336,9 @@ CONFIG_ZONE_DMA=y
|
||||||
CONFIG_SMP=y
|
CONFIG_SMP=y
|
||||||
CONFIG_X86_MPPARSE=y
|
CONFIG_X86_MPPARSE=y
|
||||||
CONFIG_X86_BIGSMP=y
|
CONFIG_X86_BIGSMP=y
|
||||||
CONFIG_GOLDFISH=y
|
# CONFIG_GOLDFISH is not set
|
||||||
# CONFIG_X86_EXTENDED_PLATFORM is not set
|
# CONFIG_X86_EXTENDED_PLATFORM is not set
|
||||||
CONFIG_X86_GOLDFISH=y
|
# CONFIG_X86_GOLDFISH is not set
|
||||||
CONFIG_X86_INTEL_LPSS=y
|
CONFIG_X86_INTEL_LPSS=y
|
||||||
CONFIG_X86_32_IRIS=m
|
CONFIG_X86_32_IRIS=m
|
||||||
CONFIG_SCHED_OMIT_FRAME_POINTER=y
|
CONFIG_SCHED_OMIT_FRAME_POINTER=y
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux3.10'
|
# Template file for 'linux3.10'
|
||||||
#
|
#
|
||||||
pkgname=linux3.10
|
pkgname=linux3.10
|
||||||
version=3.10.2
|
version=3.10.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -9,7 +9,7 @@ homepage="http://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="The Linux kernel and modules (3.10 series)"
|
short_desc="The Linux kernel and modules (3.10 series)"
|
||||||
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz"
|
||||||
checksum=c647b2934614f53680477ad297876196725d9c66a6d7804c2d151f633d68b638
|
checksum=3955d76fffae3911b71628b5e91c03e0cf47fd6f76c579caf73129240ca3b5a4
|
||||||
|
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
makedepends="bc perl kmod>=11_2 openssl which elfutils"
|
makedepends="bc perl kmod>=11_2 openssl which elfutils"
|
||||||
|
|
Loading…
Reference in a new issue