mirror of https://github.com/hak5/openwrt-owl.git
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>owl
parent
228da879fc
commit
9572bae5b8
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue