mirror of
https://git.openwrt.org/feed/routing.git
synced 2025-01-08 11:47:51 +08:00
olsrd: fix recursive dependency
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
parent
fe7f1936d1
commit
1cd72bff83
@ -34,7 +34,7 @@ endef
|
||||
define Package/olsrd
|
||||
$(call Package/olsrd/template)
|
||||
MENU:=1
|
||||
DEPENDS:=+libpthread +libubus +iptables +ip6tables
|
||||
DEPENDS:=+libpthread +libubus +iptables +IPV6:ip6tables
|
||||
endef
|
||||
|
||||
define Package/olsrd/conffiles
|
||||
|
Loading…
Reference in New Issue
Block a user