mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 19:14:31 +04:00
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 <lynxis@fe80.eu>
This commit is contained in:
@@ -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 +kmod-ipv6 +librt \
|
DEPENDS:= +libc @IPV6 +librt \
|
||||||
+ALFRED_NEEDS_lua:lua \
|
+ALFRED_NEEDS_lua:lua \
|
||||||
+ALFRED_NEEDS_libgps:libgps
|
+ALFRED_NEEDS_libgps:libgps
|
||||||
endef
|
endef
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ define Package/464xlat
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/nat46
|
define KernelPackage/nat46
|
||||||
DEPENDS:=+kmod-ipv6
|
DEPENDS:=@IPV6
|
||||||
TITLE:=Stateless NAT46 translation kernel module
|
TITLE:=Stateless NAT46 translation kernel module
|
||||||
SECTION:=kernel
|
SECTION:=kernel
|
||||||
SUBMENU:=Network Support
|
SUBMENU:=Network Support
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ define Package/ndppd
|
|||||||
TITLE:=NDP Proxy Daemon
|
TITLE:=NDP Proxy Daemon
|
||||||
URL:=http://www.priv.nu/projects/ndppd/
|
URL:=http://www.priv.nu/projects/ndppd/
|
||||||
MAINTAINER:=Gabriel Kerneis <gabriel@kerneis.info>
|
MAINTAINER:=Gabriel Kerneis <gabriel@kerneis.info>
|
||||||
DEPENDS:=+kmod-ipv6 $(CXX_DEPENDS)
|
DEPENDS:=@IPV6 $(CXX_DEPENDS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ndppd/description
|
define Package/ndppd/description
|
||||||
|
|||||||
Reference in New Issue
Block a user