diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-07 03:41:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-07 03:41:57 +0000 |
commit | 3b774fe6542107bd5af2a9cb406474ee818a39ae (patch) | |
tree | b4b3ad760845f9e1028ea50c27fc6ef2995ff82c | |
parent | 876105bf8b0895ac184d0ed9ec3d508cb6759343 (diff) | |
download | upstream-3b774fe6542107bd5af2a9cb406474ee818a39ae.tar.gz upstream-3b774fe6542107bd5af2a9cb406474ee818a39ae.tar.bz2 upstream-3b774fe6542107bd5af2a9cb406474ee818a39ae.zip |
siit: remove obsolete dep (builds fine on 2.6.31 since r18191)
SVN-Revision: 20024
-rw-r--r-- | package/siit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/siit/Makefile b/package/siit/Makefile index b94840c819..1eaaac356a 100644 --- a/package/siit/Makefile +++ b/package/siit/Makefile @@ -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 |