summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-12 10:05:48 +0000
committerJohn Crispin <john@openwrt.org>2015-03-12 10:05:48 +0000
commit6b73cb12c810745e21ea80148f3623a3d5084618 (patch)
treeec9148e1dd50af3d8fbe291a9be6455ea76322c6 /target
parentbc67ebc5858956eca492d3a8353162e1b600f954 (diff)
downloadmaster-31e0f0ae-6b73cb12c810745e21ea80148f3623a3d5084618.tar.gz
master-31e0f0ae-6b73cb12c810745e21ea80148f3623a3d5084618.tar.bz2
master-31e0f0ae-6b73cb12c810745e21ea80148f3623a3d5084618.zip
cobalt: framebuffer device has moved
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44686
Diffstat (limited to 'target')
-rw-r--r--target/linux/cobalt/modules.mk2
1 files changed, 1 insertions, 1 deletions
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