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 | ad3488499bc3054f1123ed4561d67303a8093d5d (patch) | |
tree | 4ccffa5cff91bc2a335c8cdf4c5c8f61760c1d08 /package | |
parent | 7c026d2bec67a8e23011371ef9f8e087720c9fc0 (diff) | |
download | upstream-ad3488499bc3054f1123ed4561d67303a8093d5d.tar.gz upstream-ad3488499bc3054f1123ed4561d67303a8093d5d.tar.bz2 upstream-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')
-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 |