From f3b600ee371ef80db0d4ecca1212a2c7a3409cf7 Mon Sep 17 00:00:00 2001 From: jow Date: Thu, 27 Oct 2011 23:03:10 +0000 Subject: [PATCH] [packages] aiccu: remove dependency on ntpclient (#10295) git-svn-id: svn://svn.openwrt.org/openwrt/packages@28639 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/aiccu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index a64111608..496fce4dc 100644 --- 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 -- 2.11.0