Author: nbd Date: 2016-01-03 21:57:06 +0100 (Sun, 03 Jan 2016) New Revision: 48100
Modified: trunk/package/network/config/gre/Makefile Log: package/network/config/gre: ipv6 gre kmod package name was wrong Source package gre was depending on kmod-ip6-gre, however the actual kernel module package that is created is kmod-gre6. Therefore update (source) package gre for ipv6 gre support. Signed-off-by: Daniel Dickinson <[email protected]> Modified: trunk/package/network/config/gre/Makefile =================================================================== --- trunk/package/network/config/gre/Makefile 2016-01-03 20:56:57 UTC (rev 48099) +++ trunk/package/network/config/gre/Makefile 2016-01-03 20:57:06 UTC (rev 48100) @@ -42,7 +42,7 @@ define Package/grev6 $(call Package/gre/Default) TITLE:=Generic Routing Encapsulation (IPv6) config support - DEPENDS:=@(PACKAGE_gre) @IPV6 +kmod-ip6-gre + DEPENDS:=@(PACKAGE_gre) @IPV6 +kmod-gre6 endef define Package/grev6/description _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
