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

SVN-Revision: 20024
owl
Nicolas Thill 2010-03-07 03:41:57 +00:00
parent 876105bf8b
commit 3b774fe654
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/siit define KernelPackage/siit
SUBMENU:=Network Devices SUBMENU:=Network Devices
TITLE:=Stateless IP ICMP Translation Algorithm 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) FILES:=$(PKG_BUILD_DIR)/siit.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,siit) AUTOLOAD:=$(call AutoLoad,50,siit)
endef endef