B.A.T.M.A.N Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] alfred: Fix dependency to IPv6
@ 2015-04-24 14:19 Sven Eckelmann
  2015-05-05 10:36 ` Simon Wunderlich
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Eckelmann @ 2015-04-24 14:19 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Sven Eckelmann

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
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] alfred: Fix dependency to IPv6
  2015-04-24 14:19 [B.A.T.M.A.N.] [PATCH] alfred: Fix dependency to IPv6 Sven Eckelmann
@ 2015-05-05 10:36 ` Simon Wunderlich
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Wunderlich @ 2015-05-05 10:36 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Sven Eckelmann

[-- Attachment #1: Type: text/plain, Size: 296 bytes --]

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

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-05 10:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-24 14:19 [B.A.T.M.A.N.] [PATCH] alfred: Fix dependency to IPv6 Sven Eckelmann
2015-05-05 10:36 ` Simon Wunderlich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox