From: Alexander Couzens Date: Sun, 5 Jun 2016 00:11:34 +0000 (+0200) Subject: use @IPV6 instead of +kmod-ipv6 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e17f103c4d6fddc713c63934e6e5b058b8add046;p=feed%2Frouting.git use @IPV6 instead of +kmod-ipv6 kmod-ipv6 is obsolete. 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 --- diff --git a/alfred/Makefile b/alfred/Makefile index 2e117b3..5701c0a 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 +kmod-ipv6 +librt \ + DEPENDS:= +libc @IPV6 +librt \ +ALFRED_NEEDS_lua:lua \ +ALFRED_NEEDS_libgps:libgps endef diff --git a/nat46/Makefile b/nat46/Makefile index 65b92c2..9f08b07 100644 --- a/nat46/Makefile +++ b/nat46/Makefile @@ -37,7 +37,7 @@ define Package/464xlat endef define KernelPackage/nat46 - DEPENDS:=+kmod-ipv6 + DEPENDS:=@IPV6 TITLE:=Stateless NAT46 translation kernel module SECTION:=kernel SUBMENU:=Network Support diff --git a/ndppd/Makefile b/ndppd/Makefile index ebc764c..b19edeb 100644 --- a/ndppd/Makefile +++ b/ndppd/Makefile @@ -32,7 +32,7 @@ define Package/ndppd TITLE:=NDP Proxy Daemon URL:=http://www.priv.nu/projects/ndppd/ MAINTAINER:=Gabriel Kerneis - DEPENDS:=+kmod-ipv6 $(CXX_DEPENDS) + DEPENDS:=@IPV6 $(CXX_DEPENDS) endef define Package/ndppd/description