aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6rd/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-02-26 07:42:12 +0000
committerSteven Barth <steven@midlink.org>2015-02-26 07:42:12 +0000
commit15f585d91c251a914c1b1691d71f82396b8212ba (patch)
tree4c943f4cef1ba1c5abbe485cf9be7dc96765d5a4 /package/network/ipv6/6rd/Makefile
parent810afa9a4a5fe60f3a8b22d583f71a6577afd500 (diff)
downloadmaster-187ad058-15f585d91c251a914c1b1691d71f82396b8212ba.tar.gz
master-187ad058-15f585d91c251a914c1b1691d71f82396b8212ba.tar.bz2
master-187ad058-15f585d91c251a914c1b1691d71f82396b8212ba.zip
6rd: honor tunlink in host dependency
Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44541 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/6rd/Makefile')
-rw-r--r--package/network/ipv6/6rd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/6rd/Makefile b/package/network/ipv6/6rd/Makefile
index 82195c8c3b..d3e4bf6974 100644
--- a/package/network/ipv6/6rd/Makefile
+++ b/package/network/ipv6/6rd/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=6rd
-PKG_VERSION:=7
+PKG_VERSION:=8
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0
@@ -19,7 +19,7 @@ define Package/6rd
CATEGORY:=Network
DEPENDS:=+kmod-ipv6 +kmod-sit
TITLE:=6rd configuration support
- MAINTAINER:=Stéphan Kochen <stephan@kochen.nl>
+ MAINTAINER:=Steven Barth <cyrus@openwrt.org>
PKGARCH:=all
endef