replace DEPENDS=+@IPV6 with DEPENDS=@IPV6

The symbol IPV6 is a global config symbol, don't select it because it
will override the user decision of IPV6 as all other package in base do
it. A select (+) will also create a recursive dependency error.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
Alexander Couzens
2016-06-05 02:13:13 +02:00
parent e17f103c4d
commit 9b610a90c6
5 changed files with 5 additions and 5 deletions

View File

@@ -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 <gabriel@kerneis.info>
DEPENDS:=+@IPV6
DEPENDS:=@IPV6
endef
define Package/babeld/description