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"