siit: remove obsolete dep (builds fine on 2.6.31 since r18191)
SVN-Revision: 20024
This commit is contained in:
parent
876105bf8b
commit
3b774fe654
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue