package/kernel: adjust kmod-crc16 dependencies, it does not exist on 2.4
SVN-Revision: 21250
This commit is contained in:
parent
fc43e1f4f5
commit
840ef1f158
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
||||||
# XXX: xburst has CONFIG_CRC16=y because of CONFIG_UBIFS_FS=y
|
# XXX: xburst has CONFIG_CRC16=y because of CONFIG_UBIFS_FS=y
|
||||||
|
|
||||||
define SetDepends/crc16
|
define SetDepends/crc16
|
||||||
DEPENDS:= @!TARGET_xburst
|
DEPENDS:= @!(LINUX_2_4||TARGET_xburst)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define AddDepends/crc16
|
define AddDepends/crc16
|
||||||
DEPENDS+= +!TARGET_xburst:kmod-crc16 $(1)
|
DEPENDS+= +!(LINUX_2_4||TARGET_xburst):kmod-crc16 $(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue