mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 10:24:42 +02:00
package/kernel: renable kmod-input on 2.4 (closes: #7063)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21262 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4c54d2b8ba
commit
e98cf6be1b
@ -270,10 +270,7 @@ $(eval $(call KernelPackage,hid))
|
|||||||
define KernelPackage/input-core
|
define KernelPackage/input-core
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Input device core
|
TITLE:=Input device core
|
||||||
DEPENDS:=@LINUX_2_6
|
|
||||||
KCONFIG:=CONFIG_INPUT
|
KCONFIG:=CONFIG_INPUT
|
||||||
FILES:=$(LINUX_DIR)/drivers/input/input-core.$(LINUX_KMOD_SUFFIX)
|
|
||||||
AUTOLOAD:=$(call AutoLoad,19,input-core)
|
|
||||||
$(call SetDepends/input)
|
$(call SetDepends/input)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -281,6 +278,16 @@ define KernelPackage/input-core/description
|
|||||||
Kernel modules for support of input device
|
Kernel modules for support of input device
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/input-core/2.4
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/input/input.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,19,input)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/input-core/2.6
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/input/input-core.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,19,input-core)
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,input-core))
|
$(eval $(call KernelPackage,input-core))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user