mirror of
https://github.com/openwrt/routing.git
synced 2026-07-17 03:41:54 +04:00
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:
committed by
Simon Wunderlich
parent
803cb649e2
commit
9e25fa70ff
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user