siit: remove obsolete dep (builds fine on 2.6.31 since r18191)

SVN-Revision: 20024
This commit is contained in:
Nicolas Thill 2010-03-07 03:41:57 +00:00
parent 876105bf8b
commit 3b774fe654

View 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