summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-03-07 03:41:57 +0000
committerNicolas Thill <nico@openwrt.org>2010-03-07 03:41:57 +0000
commit3b774fe6542107bd5af2a9cb406474ee818a39ae (patch)
treeb4b3ad760845f9e1028ea50c27fc6ef2995ff82c /package
parent876105bf8b0895ac184d0ed9ec3d508cb6759343 (diff)
downloadmaster-31e0f0ae-3b774fe6542107bd5af2a9cb406474ee818a39ae.tar.gz
master-31e0f0ae-3b774fe6542107bd5af2a9cb406474ee818a39ae.tar.bz2
master-31e0f0ae-3b774fe6542107bd5af2a9cb406474ee818a39ae.zip
siit: remove obsolete dep (builds fine on 2.6.31 since r18191)
SVN-Revision: 20024
Diffstat (limited to 'package')
-rw-r--r--package/siit/Makefile2
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