diff --git a/srcpkgs/linux3.12/files/i386-dotconfig b/srcpkgs/linux3.12/files/i386-dotconfig index 60693303a85..810b02b0761 100644 --- a/srcpkgs/linux3.12/files/i386-dotconfig +++ b/srcpkgs/linux3.12/files/i386-dotconfig @@ -4237,7 +4237,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.12/files/x86_64-dotconfig b/srcpkgs/linux3.12/files/x86_64-dotconfig index d4f0948f884..fe7244e37a3 100644 --- a/srcpkgs/linux3.12/files/x86_64-dotconfig +++ b/srcpkgs/linux3.12/files/x86_64-dotconfig @@ -4210,7 +4210,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.12/template b/srcpkgs/linux3.12/template index cdf5816ab18..401767acfcb 100644 --- a/srcpkgs/linux3.12/template +++ b/srcpkgs/linux3.12/template @@ -2,7 +2,7 @@ # pkgname=linux3.12 version=3.12.17 -revision=1 +revision=2 wrksrc="linux-${version}" maintainer="Juan RP " homepage="http://www.kernel.org"