mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 05:11:46 +02:00
package/kernel: adjust kmod-crc16 dependencies, it does not exist on 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21250 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
38c1e4d5bf
commit
1dffb00ec0
@ -8,11 +8,11 @@
|
||||
# XXX: xburst has CONFIG_CRC16=y because of CONFIG_UBIFS_FS=y
|
||||
|
||||
define SetDepends/crc16
|
||||
DEPENDS:= @!TARGET_xburst
|
||||
DEPENDS:= @!(LINUX_2_4||TARGET_xburst)
|
||||
endef
|
||||
|
||||
define AddDepends/crc16
|
||||
DEPENDS+= +!TARGET_xburst:kmod-crc16 $(1)
|
||||
DEPENDS+= +!(LINUX_2_4||TARGET_xburst):kmod-crc16 $(1)
|
||||
endef
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user