From 9e25fa70ffb28622dbf25ccd910bf9324d902375 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Fri, 24 Apr 2015 16:19:21 +0200 Subject: [PATCH] alfred: Fix dependency to IPv6 alfred always requires IPv6 support in the kernel and not only when "Enable IPv6 support in packages" is enabled. Signed-off-by: Sven Eckelmann Signed-off-by: Simon Wunderlich --- 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 -- 2.35.1