package/kernel: adjust kmod-crc16 dependencies, it does not exist on 2.4
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 29 Apr 2010 10:23:36 +0000 (10:23 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 29 Apr 2010 10:23:36 +0000 (10:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21250 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/modules/001-depends.mk

index 61d8921..5bba087 100644 (file)
@@ -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
 
 
This page took 0.023406 seconds and 4 git commands to generate.