From 111ed98d4979b8522ffe5da5cebb113a94ea8e9f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 2 Jun 2013 10:13:05 +0200 Subject: [PATCH] Revert "linux3.8: disable CONFIG_FB_{EFI,VESA}; see https://bugs.freedesktop.org/show_bug.cgi?id=64159" This reverts commit 815dfa556ac919d68274604cbd551823e2bc3372. --- srcpkgs/linux3.8/files/i386-dotconfig | 4 ++-- srcpkgs/linux3.8/files/x86_64-dotconfig | 4 ++-- srcpkgs/linux3.8/template | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/linux3.8/files/i386-dotconfig b/srcpkgs/linux3.8/files/i386-dotconfig index eb19594aeb..f5053a30ba 100644 --- a/srcpkgs/linux3.8/files/i386-dotconfig +++ b/srcpkgs/linux3.8/files/i386-dotconfig @@ -3976,8 +3976,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.8/files/x86_64-dotconfig b/srcpkgs/linux3.8/files/x86_64-dotconfig index a9c6ba4f17..6edbecc822 100644 --- a/srcpkgs/linux3.8/files/x86_64-dotconfig +++ b/srcpkgs/linux3.8/files/x86_64-dotconfig @@ -3942,8 +3942,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.8/template b/srcpkgs/linux3.8/template index 67faa25598..03f3dab8e8 100644 --- a/srcpkgs/linux3.8/template +++ b/srcpkgs/linux3.8/template @@ -2,7 +2,7 @@ # pkgname=linux3.8 version=3.8.13 -revision=4 +revision=3 wrksrc="linux-${version}" maintainer="Juan RP " homepage="http://www.kernel.org"