aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-12 10:05:48 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-12 10:05:48 +0000
commit9e0345eec4494971a4830a86f6c3cbc2af49b11f (patch)
treec3fd1533962aada4981fc74aa38ec8cbac3cf467
parent48b6568add20f307ff4217360b040c9c159f7a85 (diff)
downloadupstream-9e0345eec4494971a4830a86f6c3cbc2af49b11f.tar.gz
upstream-9e0345eec4494971a4830a86f6c3cbc2af49b11f.tar.bz2
upstream-9e0345eec4494971a4830a86f6c3cbc2af49b11f.zip
cobalt: framebuffer device has moved
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44686 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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