2010-04-23 04:01:03 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2010 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
# XXX: xburst has CONFIG_CRC16=y because of CONFIG_UBIFS_FS=y
|
|
|
|
|
|
|
|
define SetDepends/crc16
|
2010-06-26 20:43:41 +00:00
|
|
|
DEPENDS:= @!TARGET_xburst
|
2010-04-23 04:01:03 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define AddDepends/crc16
|
2010-06-26 20:43:41 +00:00
|
|
|
DEPENDS+= +!TARGET_xburst:kmod-crc16 $(1)
|
2010-04-23 04:01:03 +00:00
|
|
|
endef
|
2010-04-23 04:08:26 +00:00
|
|
|
|
|
|
|
|
2010-04-24 11:01:06 +00:00
|
|
|
define SetDepends/hid
|
|
|
|
DEPENDS:= @!TARGET_x86
|
|
|
|
endef
|
|
|
|
|
|
|
|
define AddDepends/hid
|
2010-04-24 12:29:50 +00:00
|
|
|
DEPENDS+= +!TARGET_x86:kmod-hid $(1)
|
2010-04-24 11:01:06 +00:00
|
|
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
|
|
define SetDepends/input
|
|
|
|
DEPENDS:= @!TARGET_x86
|
|
|
|
endef
|
|
|
|
|
|
|
|
define AddDepends/input
|
2010-04-24 12:29:50 +00:00
|
|
|
DEPENDS+= +!TARGET_x86:kmod-input-core $(1)
|
2010-04-24 11:01:06 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
|
2010-04-23 04:08:26 +00:00
|
|
|
define SetDepends/rfkill
|
2011-02-12 19:39:55 +00:00
|
|
|
DEPENDS:= @(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86||TARGET_gemini)
|
2010-04-23 04:08:26 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define AddDepends/rfkill
|
2010-04-24 12:29:50 +00:00
|
|
|
DEPENDS+= +(TARGET_ar71xx||TARGET_brcm47xx||TARGET_s3c24xx||TARGET_x86):kmod-rfkill $(1)
|
2010-04-23 04:08:26 +00:00
|
|
|
endef
|