From 03dc33ea40e20c9fcba250658b769c1eb85cdca9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 16 Apr 2014 12:48:00 +0200 Subject: [PATCH] linux3.14: enable CONFIG_FB_SIMPLE to make vbox guests work again. --- srcpkgs/linux3.14/files/i386-dotconfig | 2 +- srcpkgs/linux3.14/files/x86_64-dotconfig | 2 +- srcpkgs/linux3.14/template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/linux3.14/files/i386-dotconfig b/srcpkgs/linux3.14/files/i386-dotconfig index 2f0ffcad800..6464b656070 100644 --- a/srcpkgs/linux3.14/files/i386-dotconfig +++ b/srcpkgs/linux3.14/files/i386-dotconfig @@ -4320,7 +4320,7 @@ CONFIG_XEN_FBDEV_FRONTEND=m # CONFIG_FB_BROADSHEET is not set # CONFIG_FB_AUO_K190X is not set CONFIG_FB_HYPERV=m -# CONFIG_FB_SIMPLE is not set +CONFIG_FB_SIMPLE=y CONFIG_EXYNOS_VIDEO=y CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=m diff --git a/srcpkgs/linux3.14/files/x86_64-dotconfig b/srcpkgs/linux3.14/files/x86_64-dotconfig index e8c281c105d..90ccf2adfa1 100644 --- a/srcpkgs/linux3.14/files/x86_64-dotconfig +++ b/srcpkgs/linux3.14/files/x86_64-dotconfig @@ -4300,7 +4300,7 @@ CONFIG_XEN_FBDEV_FRONTEND=m # CONFIG_FB_BROADSHEET is not set # CONFIG_FB_AUO_K190X is not set CONFIG_FB_HYPERV=m -# CONFIG_FB_SIMPLE is not set +CONFIG_FB_SIMPLE=y CONFIG_EXYNOS_VIDEO=y CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=m diff --git a/srcpkgs/linux3.14/template b/srcpkgs/linux3.14/template index 8cc861fed39..768a40f21ba 100644 --- a/srcpkgs/linux3.14/template +++ b/srcpkgs/linux3.14/template @@ -2,7 +2,7 @@ # pkgname=linux3.14 version=3.14.1 -revision=1 +revision=2 wrksrc="linux-${version}" maintainer="Juan RP " homepage="http://www.kernel.org"