From: Sven Eckelmann Date: Fri, 24 Apr 2015 14:19:21 +0000 (+0200) Subject: alfred: Fix dependency to IPv6 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=9e25fa70ffb28622dbf25ccd910bf9324d902375;p=feed%2Frouting.git 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 --- 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