From: Nicolas Thill Date: Tue, 5 May 2009 09:35:52 +0000 (+0000) Subject: [packages] aiccu: add dependency on kmod-tun (closes: #4620) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=d5c01e395e4d17abf131ebbebfb1aa6479005e35 [packages] aiccu: add dependency on kmod-tun (closes: #4620) SVN-Revision: 15614 --- diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index cbd45aa3aa..025ba23f4b 100644 --- a/ipv6/aiccu/Makefile +++ b/ipv6/aiccu/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aiccu PKG_VERSION:=20070115 -PKG_RELEASE:=2 +PKG_RELEASE:=2.1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sixxs.net/archive/sixxs/aiccu/unix @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/aiccu SECTION:=ipv6 CATEGORY:=IPv6 - DEPENDS:=+libpthread +ntpclient +ip +kmod-sit + DEPENDS:=+libpthread +ntpclient +ip +kmod-sit +kmod-tun TITLE:=SixXS Automatic IPv6 Connectivity Client Utility URL:=http://www.sixxs.net/tools/aiccu/ endef