projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
876105b
)
siit: remove obsolete dep (builds fine on 2.6.31 since r18191)
author
Nicolas Thill
<nico@openwrt.org>
Sun, 7 Mar 2010 03:41:57 +0000
(
03:41
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 7 Mar 2010 03:41:57 +0000
(
03:41
+0000)
SVN-Revision: 20024
package/siit/Makefile
patch
|
blob
|
history
diff --git
a/package/siit/Makefile
b/package/siit/Makefile
index b94840c819505e2ef2acc9e5c1048834fabebf02..1eaaac356acade36f4bae3e03b6b4d785742e5f3 100644
(file)
--- 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