diff options
author | Steven Barth <steven@midlink.org> | 2015-10-06 09:03:42 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-10-06 09:04:29 +0200 |
commit | 1d853ac05ab118df2ad1a5628a4087661b5962a7 (patch) | |
tree | afe6985cfe145af36aee313a5ccd0ace99ec9b11 /ipv6 | |
parent | 4d9501bdf389165e027a118a3e1d760d685b5eba (diff) |
all: get rid of kmod-ipv6 dependencies
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'ipv6')
-rw-r--r-- | ipv6/tayga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipv6/tayga/Makefile b/ipv6/tayga/Makefile index ba0d196c1..d68a271d2 100644 --- a/ipv6/tayga/Makefile +++ b/ipv6/tayga/Makefile @@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk define Package/tayga SECTION:=net CATEGORY:=Network - DEPENDS:=+ip +kmod-ipv6 +kmod-tun + DEPENDS:=+ip @IPV6 +kmod-tun TITLE:=Out-of-kernel stateless NAT64 implementation for Linux URL:=http://www.litech.org/tayga/ MAINTAINER:=Ondrej Caletka <ondrej@caletka.cz> |