aboutsummaryrefslogtreecommitdiffstats
path: root/package/siit/Makefile
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
commitad3488499bc3054f1123ed4561d67303a8093d5d (patch)
tree4ccffa5cff91bc2a335c8cdf4c5c8f61760c1d08 /package/siit/Makefile
parent7c026d2bec67a8e23011371ef9f8e087720c9fc0 (diff)
downloadmaster-187ad058-ad3488499bc3054f1123ed4561d67303a8093d5d.tar.gz
master-187ad058-ad3488499bc3054f1123ed4561d67303a8093d5d.tar.bz2
master-187ad058-ad3488499bc3054f1123ed4561d67303a8093d5d.zip
[package] siit: remove obsolete dep (builds fine on 2.6.31 since r18191)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20024 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/siit/Makefile')
-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