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:
88b272b
)
mark dibbler 2.6 only, it needs <linux/ip_mp_alg.h> to build
author
Nicolas Thill
<nico@openwrt.org>
Wed, 5 Sep 2007 12:45:02 +0000
(12:45 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 5 Sep 2007 12:45:02 +0000
(12:45 +0000)
SVN-Revision: 8625
ipv6/dibbler/Makefile
patch
|
blob
|
history
diff --git
a/ipv6/dibbler/Makefile
b/ipv6/dibbler/Makefile
index e553c1a85cc91b71f5e47135d54cb3704eb86dd7..89d4efb06a9a5f7f94f675946b4ff18d842b260a 100644
(file)
--- a/
ipv6/dibbler/Makefile
+++ b/
ipv6/dibbler/Makefile
@@
-21,10
+21,11
@@
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
+# add dependency on 2.6 since recent dibbler needs <linux/ip_mp_alg.h>
define Package/dibbler/Default
SECTION:=ipv6
CATEGORY:=IPv6
- DEPENDS:=+uclibcxx
+ DEPENDS:=+uclibcxx
@LINUX_2_6
TITLE:=Dibbler, a portable DHCPv6 implementation
URL:=http://klub.com.pl/dhcpv6/
endef