diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-08-28 09:38:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-08-28 09:38:21 +0200 |
commit | e017f158e238a381133cb4f7a4ba17e215a50e2e (patch) | |
tree | a9c7707175ddf4c13bdb543e0c2581a208dfb2f9 /package | |
parent | 531c803bf1a776a91feb49917fd85cf6923887b3 (diff) |
aiccu needs tun support
Diffstat (limited to 'package')
-rw-r--r-- | package/aiccu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/aiccu/Makefile b/package/aiccu/Makefile index f9f12f0be..d009394f7 100644 --- a/package/aiccu/Makefile +++ b/package/aiccu/Makefile @@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:= aiccu PKG_VERSION:= 20070115 -PKG_RELEASE:= 9 +PKG_RELEASE:= 10 PKG_MD5SUM:= c9bcc83644ed788e22a7c3f3d4021350 PKG_DESCR:= SixXS Automatic IPv6 Connectivity Client Utility PKG_SECTION:= ipv6 -PKG_DEPENDS:= kmod-ipv6 libpthread +PKG_DEPENDS:= kmod-ipv6 kmod-tun libpthread PKG_URL:= http://www.sixxs.net/ PKG_SITES:= http://www.sixxs.net/archive/sixxs/aiccu/unix/ |