X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fother.mk;h=261a65e363b89c166f3e339aaabe286c58b23ee2;hb=9a58094292a8b7e19fd3a42f8278a95b5ffd508e;hp=403af57a739dda69a914c2c792f661c25c632111;hpb=eb30c3b7ceb6ded6394c37007a25fd887ac44d8b;p=openwrt.git diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 403af57a73..261a65e363 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -270,10 +270,7 @@ $(eval $(call KernelPackage,hid)) define KernelPackage/input-core SUBMENU:=$(OTHER_MENU) TITLE:=Input device core - DEPENDS:=@LINUX_2_6 KCONFIG:=CONFIG_INPUT - FILES:=$(LINUX_DIR)/drivers/input/input-core.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,19,input-core) $(call SetDepends/input) endef @@ -281,6 +278,16 @@ define KernelPackage/input-core/description Kernel modules for support of input device 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))