hostapd: add a patch for ignoring the WPA/WPA2 key type to work around some broken...
[openwrt.git] / 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.023528 seconds and 4 git commands to generate.