From 088141511dbae36b26710aab911828e42f52f39a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 30 Jul 2013 10:00:39 +0200 Subject: [PATCH] linux3.9: disable goldfish on x86; disable FW_LOADER_USER_HELPER as suggested by systemd. --- srcpkgs/linux3.9/files/i386-dotconfig | 6 +++--- srcpkgs/linux3.9/files/x86_64-dotconfig | 2 +- srcpkgs/linux3.9/template | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/linux3.9/files/i386-dotconfig b/srcpkgs/linux3.9/files/i386-dotconfig index 831175212b5..9e054045a6b 100644 --- a/srcpkgs/linux3.9/files/i386-dotconfig +++ b/srcpkgs/linux3.9/files/i386-dotconfig @@ -332,9 +332,9 @@ CONFIG_ZONE_DMA=y CONFIG_SMP=y CONFIG_X86_MPPARSE=y CONFIG_X86_BIGSMP=y -CONFIG_GOLDFISH=y +# CONFIG_GOLDFISH 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_32_IRIS=m CONFIG_SCHED_OMIT_FRAME_POINTER=y @@ -1376,7 +1376,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" -CONFIG_FW_LOADER_USER_HELPER=y +# CONFIG_FW_LOADER_USER_HELPER is not set # CONFIG_DEBUG_DRIVER is not set # CONFIG_DEBUG_DEVRES is not set CONFIG_SYS_HYPERVISOR=y diff --git a/srcpkgs/linux3.9/files/x86_64-dotconfig b/srcpkgs/linux3.9/files/x86_64-dotconfig index 7f5fc83bde9..ebdc8375649 100644 --- a/srcpkgs/linux3.9/files/x86_64-dotconfig +++ b/srcpkgs/linux3.9/files/x86_64-dotconfig @@ -1343,7 +1343,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" -CONFIG_FW_LOADER_USER_HELPER=y +# CONFIG_FW_LOADER_USER_HELPER is not set CONFIG_SYS_HYPERVISOR=y # CONFIG_GENERIC_CPU_DEVICES is not set CONFIG_REGMAP=y diff --git a/srcpkgs/linux3.9/template b/srcpkgs/linux3.9/template index c8b36657742..6119a3be29c 100644 --- a/srcpkgs/linux3.9/template +++ b/srcpkgs/linux3.9/template @@ -2,7 +2,7 @@ # pkgname=linux3.9 version=3.9.11 -revision=1 +revision=2 wrksrc="linux-${version}" maintainer="Juan RP " homepage="http://www.kernel.org"