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:
db0d469
)
Add missing dependency on iproute2 (#3125)
author
Florian Fainelli
<florian@openwrt.org>
Sat, 9 Feb 2008 09:46:28 +0000
(09:46 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 9 Feb 2008 09:46:28 +0000
(09:46 +0000)
SVN-Revision: 10426
ipv6/aiccu/Makefile
patch
|
blob
|
history
diff --git
a/ipv6/aiccu/Makefile
b/ipv6/aiccu/Makefile
index 8dc5245c79b646f8bf139c23c9107d94aba9e91e..d3dc020870063098f55051cc10599c85696d347f 100644
(file)
--- a/
ipv6/aiccu/Makefile
+++ b/
ipv6/aiccu/Makefile
@@
-23,7
+23,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/aiccu
SECTION:=ipv6
CATEGORY:=IPv6
- DEPENDS:=+libpthread +ntpclient
+ DEPENDS:=+libpthread +ntpclient
+ip
TITLE:=SixXS Automatic IPv6 Connectivity Client Utility
URL:=http://www.sixxs.net/tools/aiccu/
endef