projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bc3081
)
[8.09] siit does not build on 2.6.23, mask it
author
Florian Fainelli
<florian@openwrt.org>
Thu, 21 May 2009 19:40:32 +0000
(19:40 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 21 May 2009 19:40:32 +0000
(19:40 +0000)
SVN-Revision: 15973
package/siit/Makefile
patch
|
blob
|
history
diff --git
a/package/siit/Makefile
b/package/siit/Makefile
index 0636301cb33d42399effc2dd606296fe04179d20..9bd7e98d4a57382ae331cf46ca7ca25df00c30fe 100644
(file)
--- a/
package/siit/Makefile
+++ b/
package/siit/Makefile
@@
-17,6
+17,7
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/siit
SUBMENU:=Network Devices
TITLE:=Stateless IP ICMP Translation Algorithm
+ DEPENDS:=@!LINUX_2_6_23
FILES:=$(PKG_BUILD_DIR)/siit.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,siit)
endef