1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[package] split framebuffer helper modules to their own packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32843 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2012-07-25 14:01:54 +00:00
parent b32c8c7dca
commit cdd132c493
2 changed files with 51 additions and 10 deletions

View File

@@ -8,7 +8,8 @@
define KernelPackage/fb-ep93xx
SUBMENU:=$(VIDEO_MENU)
TITLE:=EP93xx framebuffer support
DEPENDS:=@TARGET_ep93xx +kmod-fb
DEPENDS:=@TARGET_ep93xx +kmod-fb +kmod-fb-cfb-fillrect \
+kmod-fb-cfb-copyarea +kmod-fb-cfb-imgblt
KCONFIG:=CONFIG_FB_EP93XX
FILES:=$(LINUX_DIR)/drivers/video/ep93xx-fb.ko
AUTOLOAD:=$(call AutoLoad,51,ep93xx-fb)