From a0d7ff3f1a63fbe4ee2b4b79dece00b5710bfcf7 Mon Sep 17 00:00:00 2001 From: Markus Stenberg Date: Fri, 11 Dec 2015 13:50:38 +0200 Subject: [PATCH] babeld: Fixed kmod-ipv6 dependency. --- babeld/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babeld/Makefile b/babeld/Makefile index ec1d247..d4b609c 100644 --- a/babeld/Makefile +++ b/babeld/Makefile @@ -25,7 +25,7 @@ define Package/babeld TITLE:=A loop-free distance-vector routing protocol URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/babel/ MAINTAINER:=Gabriel Kerneis - DEPENDS:=+kmod-ipv6 + DEPENDS:=+@IPV6 endef define Package/babeld/description