projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72ee725
)
iputils: don't build on 2.4
author
Nicolas Thill
<nico@openwrt.org>
Thu, 15 Jul 2010 23:54:14 +0000
(23:54 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 15 Jul 2010 23:54:14 +0000
(23:54 +0000)
* uses setsockopt(sock, SOL_SOCKET, SO_MARK, ...) only available on 2.6
SVN-Revision: 22219
net/iputils/Makefile
patch
|
blob
|
history
diff --git
a/net/iputils/Makefile
b/net/iputils/Makefile
index c24398977333e7f3656e4225e7451aea0c1a0f49..54ae16705c2f2de2cb5299734ede63f6ebfc6e69 100644
(file)
--- a/
net/iputils/Makefile
+++ b/
net/iputils/Makefile
@@
-25,6
+25,7
@@
define Package/iputils/Default
SECTION:=net
CATEGORY:=Network
URL:=http://www.skbuff.net/iputils
+ DEPENDS:= @!LINUX_2_4
endef