projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc67ebc
)
cobalt: framebuffer device has moved
author
John Crispin
<john@openwrt.org>
Thu, 12 Mar 2015 10:05:48 +0000
(10:05 +0000)
committer
John Crispin
<john@openwrt.org>
Thu, 12 Mar 2015 10:05:48 +0000
(10:05 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44686
target/linux/cobalt/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/cobalt/modules.mk
b/target/linux/cobalt/modules.mk
index 79cef87cac61177019fd2599d85b85f32776e9c9..643109c97bba154eddf20779e3a20ab6663dc564 100644
(file)
--- 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