[package] siit: remove obsolete dep (builds fine on 2.6.31 since r18191)
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 7 Mar 2010 03:41:57 +0000 (03:41 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 7 Mar 2010 03:41:57 +0000 (03:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20024 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/siit/Makefile

index b94840c..1eaaac3 100644 (file)
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
 define KernelPackage/siit
   SUBMENU:=Network Devices
   TITLE:=Stateless IP ICMP Translation Algorithm
-  DEPENDS:=@!LINUX_2_6_31 @(!(TARGET_ps3||TARGET_pxcab)||BROKEN)
+  DEPENDS:= @(!(TARGET_ps3||TARGET_pxcab)||BROKEN)
   FILES:=$(PKG_BUILD_DIR)/siit.$(LINUX_KMOD_SUFFIX)
   AUTOLOAD:=$(call AutoLoad,50,siit)
 endef