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:
f677f64
)
[packages] aiccu: remove dependency on ntpclient (#10295)
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 27 Oct 2011 23:03:10 +0000
(23:03 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 27 Oct 2011 23:03:10 +0000
(23:03 +0000)
SVN-Revision: 28639
ipv6/aiccu/Makefile
patch
|
blob
|
history
diff --git
a/ipv6/aiccu/Makefile
b/ipv6/aiccu/Makefile
index a64111608b4e3f48c932fec8e34d5a6d38dd655a..496fce4dcd33d60a53009b3db8a912cfe76b64a1 100644
(file)
--- a/
ipv6/aiccu/Makefile
+++ b/
ipv6/aiccu/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=aiccu
PKG_VERSION:=20070115
-PKG_RELEASE:=
5
+PKG_RELEASE:=
6
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.sixxs.net/archive/sixxs/aiccu/unix
@@
-22,7
+22,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/aiccu
SECTION:=ipv6
CATEGORY:=IPv6
- DEPENDS:=+libpthread +
ntpclient +
ip +kmod-sit +kmod-tun
+ DEPENDS:=+libpthread +ip +kmod-sit +kmod-tun
TITLE:=SixXS Automatic IPv6 Connectivity Client Utility
URL:=http://www.sixxs.net/tools/aiccu/
endef