kernel: remove kmod-input-core just for some x86 profiles.
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Aug 2011 11:05:35 +0000 (11:05 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Aug 2011 11:05:35 +0000 (11:05 +0000)
Not all x86 profiles have CONFIG_INPUT=y in their configuration. Just remove kmod-input-core for them.

Thank you Philip Prindeville for pointing out this problem.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27988 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/modules/001-depends.mk

index 602775c..238799e 100644 (file)
@@ -27,11 +27,11 @@ endef
 
 
 define SetDepends/input
-  DEPENDS:= @!TARGET_x86
+  DEPENDS:= @!(TARGET_x86_generic||TARGET_x86_kvm_guest)
 endef
 
 define AddDepends/input
-  DEPENDS+= +!TARGET_x86:kmod-input-core $(1)
+  DEPENDS+= +!(TARGET_x86_generic||TARGET_x86_kvm_guest):kmod-input-core $(1)
 endef
 
 
This page took 0.026698 seconds and 4 git commands to generate.