mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 17:04:33 +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:
@@ -32,7 +32,7 @@ define Package/ndppd
|
||||
TITLE:=NDP Proxy Daemon
|
||||
URL:=http://www.priv.nu/projects/ndppd/
|
||||
MAINTAINER:=Gabriel Kerneis <gabriel@kerneis.info>
|
||||
DEPENDS:=+kmod-ipv6 $(CXX_DEPENDS)
|
||||
DEPENDS:=@IPV6 $(CXX_DEPENDS)
|
||||
endef
|
||||
|
||||
define Package/ndppd/description
|
||||
|
||||
Reference in New Issue
Block a user