kernel: kmod-fbcon: deactivate for kernel 4.14
CONFIG_FRAMEBUFFER_CONSOLE does not activate new modules any more in kernel 4.14, but CONFIG_FRAMEBUFFER_CONSOLE is now a boolean option which change the kmod-fb package. kmod-fbcon should be split up. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
		@@ -81,7 +81,7 @@ $(eval $(call KernelPackage,fb))
 | 
			
		||||
define KernelPackage/fbcon
 | 
			
		||||
  SUBMENU:=$(VIDEO_MENU)
 | 
			
		||||
  TITLE:=Framebuffer Console support
 | 
			
		||||
  DEPENDS:=+kmod-fb
 | 
			
		||||
  DEPENDS:=+kmod-fb @!LINUX_4_14
 | 
			
		||||
  KCONFIG:= \
 | 
			
		||||
	CONFIG_FRAMEBUFFER_CONSOLE \
 | 
			
		||||
	CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user