From: John Crispin Date: Thu, 12 Mar 2015 10:05:48 +0000 (+0000) Subject: cobalt: framebuffer device has moved X-Git-Tag: reboot~4047 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=6b73cb12c810745e21ea80148f3623a3d5084618 cobalt: framebuffer device has moved Signed-off-by: John Crispin SVN-Revision: 44686 --- 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