add dependency on kmod-input-core to kmod-input-evdev
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 10 Jun 2007 22:34:49 +0000 (22:34 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 10 Jun 2007 22:34:49 +0000 (22:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7550 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/modules/other.mk

index 5245b96..71d333e 100644 (file)
@@ -381,6 +381,7 @@ $(eval $(call KernelPackage,input-core))
 define KernelPackage/input-evdev
   TITLE:=Input even device
   DESCRIPTION:=Kernel modules for support of input device events
+  DEPENDS:=+kmod-input-core
   SUBMENU:=$(EMENU)
   KCONFIG:=$(CONFIG_INPUT_EVDEV)
   FILES:=$(LINUX_DIR)/drivers/input/evdev.$(LINUX_KMOD_SUFFIX)
This page took 0.026631 seconds and 4 git commands to generate.