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 <sven@open-mesh.com> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
This commit is contained in:
parent
803cb649e2
commit
9e25fa70ff
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ define Package/alfred
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=A.L.F.R.E.D. - Almighty Lightweight Fact Remote Exchange Daemon
|
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_lua:lua \
|
||||||
+ALFRED_NEEDS_libgps:libgps
|
+ALFRED_NEEDS_libgps:libgps
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue