diff options
author | John Crispin <john@openwrt.org> | 2016-02-12 08:30:18 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-02-12 08:30:18 +0000 |
commit | 8c7aa9b6e13f45fc0e78452b3a3e40ff2be8d700 (patch) | |
tree | 8ca7e11aae9431b742c8101115d246506dee074b /package/network/config/vti | |
parent | d086d86e6c8ded5ae8a6113c272ebf98e4652cf2 (diff) | |
download | upstream-8c7aa9b6e13f45fc0e78452b3a3e40ff2be8d700.tar.gz upstream-8c7aa9b6e13f45fc0e78452b3a3e40ff2be8d700.tar.bz2 upstream-8c7aa9b6e13f45fc0e78452b3a3e40ff2be8d700.zip |
vti: fix kmod dependencies
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 48704
Diffstat (limited to 'package/network/config/vti')
-rw-r--r-- | package/network/config/vti/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/vti/Makefile b/package/network/config/vti/Makefile index a81e889b23..7cf0ee913d 100644 --- a/package/network/config/vti/Makefile +++ b/package/network/config/vti/Makefile @@ -32,7 +32,7 @@ endef define Package/vtiv4 $(call Package/vti/Default) TITLE:=Virtual IPsec Tunnel Interface (IPv4) config support - DEPENDS:=@(PACKAGE_vti) +kmod-ip_vti + DEPENDS:=@(PACKAGE_vti) +kmod-ip-vti endef define Package/vtiv4/description @@ -42,7 +42,7 @@ endef define Package/vtiv6 $(call Package/vti/Default) TITLE:=Virtual IPsec Tunnel Interface (IPv6) config support - DEPENDS:=@(PACKAGE_vti) @IPV6 +kmod-ip6_vti + DEPENDS:=@(PACKAGE_vti) @IPV6 +kmod-ip6-vti endef define Package/vtiv6/description |