alfred always requires IPv6 support in the kernel and not only when "Enable IPv6 support in packages" is enabled.
Signed-off-by: Sven Eckelmann sven@open-mesh.com --- alfred/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alfred/Makefile b/alfred/Makefile index dade218..8f6855b 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -28,7 +28,7 @@ define Package/alfred SECTION:=net CATEGORY:=Network TITLE:=A.L.F.R.E.D. - Almighty Lightweight Fact Remote Exchange Daemon - DEPENDS:= +libc +IPV6:kmod-ipv6 +librt \ + DEPENDS:= +libc +kmod-ipv6 +librt \ +ALFRED_NEEDS_lua:lua \ +ALFRED_NEEDS_libgps:libgps endef
On Friday 24 April 2015 16:19:21 Sven Eckelmann wrote:
alfred always requires IPv6 support in the kernel and not only when "Enable IPv6 support in packages" is enabled.
Signed-off-by: Sven Eckelmann sven@open-mesh.com
Applied in openwrt-routing and development feed.
Thanks! Simon
b.a.t.m.a.n@lists.open-mesh.org