summaryrefslogtreecommitdiff
path: root/package/kernel/modules/001-depends.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-04-24 11:01:06 +0000
committerNicolas Thill <nico@openwrt.org>2010-04-24 11:01:06 +0000
commite9dcaa6a1394c41d34ab2db49eb8e7df52347130 (patch)
treeb27095d4d9b860f99c1580feabbc25f2ccd50662 /package/kernel/modules/001-depends.mk
parentd0883b82a4fa79346d299dd87c0f39668275883e (diff)
downloadmtk-20170518-e9dcaa6a1394c41d34ab2db49eb8e7df52347130.zip
mtk-20170518-e9dcaa6a1394c41d34ab2db49eb8e7df52347130.tar.gz
mtk-20170518-e9dcaa6a1394c41d34ab2db49eb8e7df52347130.tar.bz2
package/kernel: use macros for hid & input
SVN-Revision: 21120
Diffstat (limited to 'package/kernel/modules/001-depends.mk')
-rw-r--r--package/kernel/modules/001-depends.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/kernel/modules/001-depends.mk b/package/kernel/modules/001-depends.mk
index 826734e..5cb3412 100644
--- a/package/kernel/modules/001-depends.mk
+++ b/package/kernel/modules/001-depends.mk
@@ -16,6 +16,25 @@ define AddDepends/crc16
endef
+define SetDepends/hid
+ DEPENDS:= @!TARGET_x86
+endef
+
+define AddDepends/hid
+ DEPENDS+= +!TARGET_x86:kmod-hid
+
+endef
+
+
+define SetDepends/input
+ DEPENDS:= @!TARGET_x86
+endef
+
+define AddDepends/input
+ DEPENDS+= +!TARGET_x86:kmod-input-core
+endef
+
+
define SetDepends/rfkill
DEPENDS:= @(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86)
endef