aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-09-21 21:15:41 +0000
committerSteven Barth <steven@midlink.org>2015-09-21 21:15:41 +0000
commit08248ddf22628b1c626d6bdaf1e60ca2a3e62059 (patch)
treea033e0237c3099e4e8a0170126b7b1c9caff7116 /package/network/config
parent68a580202c383afa77ee2a618aba7f7f22a0eeaa (diff)
downloadmaster-187ad058-08248ddf22628b1c626d6bdaf1e60ca2a3e62059.tar.gz
master-187ad058-08248ddf22628b1c626d6bdaf1e60ca2a3e62059.tar.bz2
master-187ad058-08248ddf22628b1c626d6bdaf1e60ca2a3e62059.zip
package: Remove dependencies to kmod-ipv6
Since r46834, IPv6 support is builtin if selected. Therefor, dependencies on kmod-ipv6 can no longer be fulfilled, since it is not a module anymore. Signed-off-by: Arjen de Korte <arjen+openwrt@de-korte.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47022 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config')
-rw-r--r--package/network/config/gre/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/gre/Makefile b/package/network/config/gre/Makefile
index 217c276945..49e7d1932a 100644
--- a/package/network/config/gre/Makefile
+++ b/package/network/config/gre/Makefile
@@ -42,7 +42,7 @@ endef
define Package/grev6
$(call Package/gre/Default)
TITLE:=Generic Routing Encapsulation (IPv6) config support
- DEPENDS:=@(PACKAGE_gre) +kmod-ipv6 +kmod-ip6-gre
+ DEPENDS:=@(PACKAGE_gre) @IPV6 +kmod-ip6-gre
endef
define Package/grev6/description