mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 17:04:33 +04:00
olsrd: fix recursive dependency
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
committed by
Nick Hainke
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
|
||||
|
||||
Reference in New Issue
Block a user