projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e127604
)
mark dibbler 2.6 only, it needs <linux/ip_mp_alg.h> to build
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 5 Sep 2007 12:45:02 +0000
(12:45 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 5 Sep 2007 12:45:02 +0000
(12:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8625
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
ipv6/dibbler/Makefile
patch
|
blob
|
history
diff --git
a/ipv6/dibbler/Makefile
b/ipv6/dibbler/Makefile
index
e553c1a
..
89d4efb
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