diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-25 14:01:49 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-25 14:01:49 +0000 |
commit | 6882629b8c3fef2cce1fc4ad2ac7ed0e27316133 (patch) | |
tree | 7daed9f2b17f24375d5704366b244af5be89150d /target/linux/cobalt/modules.mk | |
parent | d5a1f05020e5ab340d45d9c1b09de29f0d7cd996 (diff) | |
download | upstream-6882629b8c3fef2cce1fc4ad2ac7ed0e27316133.tar.gz upstream-6882629b8c3fef2cce1fc4ad2ac7ed0e27316133.tar.bz2 upstream-6882629b8c3fef2cce1fc4ad2ac7ed0e27316133.zip |
[cobalt] package buttons driver separately
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32841 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cobalt/modules.mk')
-rw-r--r-- | target/linux/cobalt/modules.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/cobalt/modules.mk b/target/linux/cobalt/modules.mk index fcba757312..79cef87cac 100644 --- a/target/linux/cobalt/modules.mk +++ b/target/linux/cobalt/modules.mk @@ -19,3 +19,18 @@ define KernelPackage/fb-cobalt/descriptione endef $(eval $(call KernelPackage,fb-cobalt)) + +define KernelPackage/cobalt-btns + SUBMENU:=$(OTHER_MENU) + TITLE:=Cobalt buttons support + DEPENDS:=@TARGET_cobalt +kmod-input-evdev +kmod-input-polldev + KCONFIG:=CONFIG_INPUT_COBALT_BTNS + FILES:=$(LINUX_DIR)/drivers/input/misc/cobalt_btns.ko + AUTOLOAD:=$(call AutoLoad,62,cobalt_btns) +endef + +define KernelPackage/cobalt-btns/description + Kernel module for the Cobalt Microservers buttons +endef + +$(eval $(call KernelPackage,cobalt-btns)) |