cobalt: framebuffer device has moved

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 44686
lede-17.01
John Crispin 2015-03-12 10:05:48 +00:00
parent bc67ebc585
commit 6b73cb12c8
1 changed files with 1 additions and 1 deletions

View File

@ -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