mirror of
https://github.com/openwrt/routing.git
synced 2026-04-15 10:51:56 +00:00
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:
@@ -24,7 +24,7 @@ define Package/pimbd
|
||||
CATEGORY:=Network
|
||||
TITLE:=PIM BIDIR daemon
|
||||
URL:=https://github.com/Oryon/pimbd.git
|
||||
DEPENDS+=+@IPV6
|
||||
DEPENDS+=@IPV6
|
||||
DEPENDS+=netifd
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user