From 6b73cb12c810745e21ea80148f3623a3d5084618 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 12 Mar 2015 10:05:48 +0000 Subject: [PATCH] cobalt: framebuffer device has moved Signed-off-by: John Crispin SVN-Revision: 44686 --- target/linux/cobalt/modules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/cobalt/modules.mk b/target/linux/cobalt/modules.mk index 79cef87cac..643109c97b 100644 --- a/target/linux/cobalt/modules.mk +++ b/target/linux/cobalt/modules.mk @@ -10,7 +10,7 @@ define KernelPackage/fb-cobalt TITLE:=Cobalt framebuffer support DEPENDS:=@TARGET_cobalt +kmod-fb KCONFIG:=CONFIG_FB_COBALT - FILES:=$(LINUX_DIR)/drivers/video/cobalt_lcdfb.ko + FILES:=$(LINUX_DIR)/drivers/video/fbdev/cobalt_lcdfb.ko AUTOLOAD:=$(call AutoLoad,50,cobalt_lcdfb) endef -- 2.30.2