[package] make kmod-fb dependent on DISPLAY_SUPPORT and update targets accordingly

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32869 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Florian Fainelli
2012-07-25 19:36:19 +00:00
parent 6136a078e9
commit 0f3cd880bd
4 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ VIDEO_MENU:=Video Support
define KernelPackage/fb
SUBMENU:=$(VIDEO_MENU)
TITLE:=Framebuffer support
DEPENDS:=@DISPLAY_SUPPORT
KCONFIG:=CONFIG_FB
FILES:=$(LINUX_DIR)/drivers/video/fb.ko
AUTOLOAD:=$(call AutoLoad,06,fb)