From 782cee2a6cc3c4d809c91f22372e48689e9d49be Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 2 Jun 2013 10:13:10 +0200 Subject: [PATCH] Revert "linux3.9: disable CONFIG_FB_{EFI,VESA}; see https://bugs.freedesktop.org/show_bug.cgi?id=64159" This reverts commit cb1770c7c55e1cf7bf26551ab26a8718578ad85c. --- srcpkgs/linux3.9/files/i386-dotconfig | 4 ++-- srcpkgs/linux3.9/files/x86_64-dotconfig | 4 ++-- 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 a72ff9fbe93..6c5afaaecf2 100644 --- a/srcpkgs/linux3.9/files/i386-dotconfig +++ b/srcpkgs/linux3.9/files/i386-dotconfig @@ -4046,8 +4046,8 @@ CONFIG_FB_TILEBLITTING=y # CONFIG_FB_IMSTT is not set CONFIG_FB_VGA16=m CONFIG_FB_UVESA=m -# CONFIG_FB_VESA is not set -# CONFIG_FB_EFI is not set +CONFIG_FB_VESA=y +CONFIG_FB_EFI=y # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set # CONFIG_FB_S1D13XXX is not set diff --git a/srcpkgs/linux3.9/files/x86_64-dotconfig b/srcpkgs/linux3.9/files/x86_64-dotconfig index bdab73d1c1d..cdb1822f9b3 100644 --- a/srcpkgs/linux3.9/files/x86_64-dotconfig +++ b/srcpkgs/linux3.9/files/x86_64-dotconfig @@ -4016,8 +4016,8 @@ CONFIG_FB_TILEBLITTING=y # CONFIG_FB_IMSTT is not set CONFIG_FB_VGA16=m CONFIG_FB_UVESA=m -# CONFIG_FB_VESA is not set -# CONFIG_FB_EFI is not set +CONFIG_FB_VESA=y +CONFIG_FB_EFI=y # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set # CONFIG_FB_S1D13XXX is not set diff --git a/srcpkgs/linux3.9/template b/srcpkgs/linux3.9/template index 350f7278355..30fbde3c535 100644 --- a/srcpkgs/linux3.9/template +++ b/srcpkgs/linux3.9/template @@ -2,7 +2,7 @@ # pkgname=linux3.9 version=3.9.4 -revision=3 +revision=2 wrksrc="linux-${version}" maintainer="Juan RP " homepage="http://www.kernel.org"