2446d3e4b916d585f7e1245f933c89b859bf44e5
[openwrt/svn-archive/archive.git] / package / kernel / modules / 001-depends.mk
1 #
2 # Copyright (C) 2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 # XXX: xburst has CONFIG_CRC16=y because of CONFIG_UBIFS_FS=y
9
10 define SetDepends/crc16
11 DEPENDS:= @!TARGET_xburst
12 endef
13
14 define AddDepends/crc16
15 DEPENDS+= +!TARGET_xburst:kmod-crc16
16 endef