diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-25 14:01:46 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-25 14:01:46 +0000 |
commit | 83b7462ac918f8a8cc2c529086802a0843212aef (patch) | |
tree | 9d7aead7f132aa2e1ad61c807bb5b7e7372cd32e /target/linux/cobalt/modules.mk | |
parent | 584bc13d38bb088181aa82d602d386b91907405a (diff) | |
download | mtk-20170518-83b7462ac918f8a8cc2c529086802a0843212aef.zip mtk-20170518-83b7462ac918f8a8cc2c529086802a0843212aef.tar.gz mtk-20170518-83b7462ac918f8a8cc2c529086802a0843212aef.tar.bz2 |
package cobalt lcd as a module
SVN-Revision: 32840
Diffstat (limited to 'target/linux/cobalt/modules.mk')
-rw-r--r-- | target/linux/cobalt/modules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/cobalt/modules.mk b/target/linux/cobalt/modules.mk new file mode 100644 index 0000000..fcba757 --- /dev/null +++ b/target/linux/cobalt/modules.mk @@ -0,0 +1,21 @@ +# +# Copyright (C) 2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define KernelPackage/fb-cobalt + SUBMENU:=$(VIDEO_MENU) + TITLE:=Cobalt framebuffer support + DEPENDS:=@TARGET_cobalt +kmod-fb + KCONFIG:=CONFIG_FB_COBALT + FILES:=$(LINUX_DIR)/drivers/video/cobalt_lcdfb.ko + AUTOLOAD:=$(call AutoLoad,50,cobalt_lcdfb) +endef + +define KernelPackage/fb-cobalt/descriptione + Kernel module for the Cobalt Microservers framebuffer +endef + +$(eval $(call KernelPackage,fb-cobalt)) |