all: get rid of kmod-ipv6 dependencies

Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
Steven Barth
2015-10-06 09:03:42 +02:00
parent 4d9501bdf3
commit 1d853ac05a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ define Package/lispd
CATEGORY:=Network
TITLE:=Locator/ID separation protocol (using TUN)
URL:=https://github.com/LISPmob
DEPENDS:= +librt +libopenssl +confuse +kmod-tun +uci +kmod-ipv6
DEPENDS:= +librt +libopenssl +confuse +kmod-tun +uci @IPV6
$(call Package/lispd/default)
endef