diff options
author | John Crispin <john@openwrt.org> | 2015-03-12 10:05:48 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-12 10:05:48 +0000 |
commit | 6b73cb12c810745e21ea80148f3623a3d5084618 (patch) | |
tree | ec9148e1dd50af3d8fbe291a9be6455ea76322c6 /target | |
parent | bc67ebc5858956eca492d3a8353162e1b600f954 (diff) | |
download | openwrt-6b73cb12c810745e21ea80148f3623a3d5084618.tar.gz openwrt-6b73cb12c810745e21ea80148f3623a3d5084618.tar.bz2 openwrt-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.mk | 2 |
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 |