From 9d8e9d85038f27e352ca62d6aa63c1cbd34c4a19 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 8 Jul 2012 11:18:18 +0200 Subject: [PATCH] kernel-snapshot: reenable CONFIG_FB_VESA and CONFIG_FB_BOOT_VESA_SUPPORT. --- srcpkgs/kernel-snapshot/files/i386-dotconfig | 4 ++-- srcpkgs/kernel-snapshot/files/x86_64-dotconfig | 4 ++-- srcpkgs/kernel-snapshot/template | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/kernel-snapshot/files/i386-dotconfig b/srcpkgs/kernel-snapshot/files/i386-dotconfig index 904e2292a60..c1c8f488d28 100644 --- a/srcpkgs/kernel-snapshot/files/i386-dotconfig +++ b/srcpkgs/kernel-snapshot/files/i386-dotconfig @@ -3869,7 +3869,7 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m CONFIG_FB=y CONFIG_FIRMWARE_EDID=y CONFIG_FB_DDC=m -# CONFIG_FB_BOOT_VESA_SUPPORT is not set +CONFIG_FB_BOOT_VESA_SUPPORT=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y @@ -3900,7 +3900,7 @@ CONFIG_FB_CYBER2000_DDC=y # CONFIG_FB_IMSTT is not set # CONFIG_FB_VGA16 is not set CONFIG_FB_UVESA=m -# CONFIG_FB_VESA is not set +CONFIG_FB_VESA=y CONFIG_FB_EFI=y # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set diff --git a/srcpkgs/kernel-snapshot/files/x86_64-dotconfig b/srcpkgs/kernel-snapshot/files/x86_64-dotconfig index 152d99b8c54..25e131edc12 100644 --- a/srcpkgs/kernel-snapshot/files/x86_64-dotconfig +++ b/srcpkgs/kernel-snapshot/files/x86_64-dotconfig @@ -3799,7 +3799,7 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m CONFIG_FB=y CONFIG_FIRMWARE_EDID=y CONFIG_FB_DDC=m -# CONFIG_FB_BOOT_VESA_SUPPORT is not set +CONFIG_FB_BOOT_VESA_SUPPORT=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y @@ -3830,7 +3830,7 @@ CONFIG_FB_CYBER2000_DDC=y # CONFIG_FB_IMSTT is not set # CONFIG_FB_VGA16 is not set CONFIG_FB_UVESA=m -# CONFIG_FB_VESA is not set +CONFIG_FB_VESA=y CONFIG_FB_EFI=y # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set diff --git a/srcpkgs/kernel-snapshot/template b/srcpkgs/kernel-snapshot/template index 02b91c24fb4..c22c361e61d 100644 --- a/srcpkgs/kernel-snapshot/template +++ b/srcpkgs/kernel-snapshot/template @@ -6,7 +6,7 @@ _kpatch=rc6 pkgname=kernel-snapshot version=${_kmajor}.${_kminor}${_kpatch} -revision=1 +revision=2 wrksrc="linux-${_kmajor}-${_kpatch}" maintainer="Juan RP " homepage="http://www.kernel.org"