mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 23:34:32 +04:00
olsrd: add iptables as dependency
The upcoming OpenWrt version (currently in the master branch) ships firewall4 by default [1], which uses nftables instead of iptables. Users might choose to use a compatible layer [2] with iptables-nft, decide which iptables they want to use, and make appropriate changes related to fw3/f4[3]. This package requires to use iptables (no matter which variant) for smart-gw-rules. [1]08d9f6e302[2] https://www.redhat.com/en/blog/using-iptables-nft-hybrid-linux-firewall [3]795e7155cbSigned-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
@@ -34,7 +34,7 @@ endef
|
|||||||
define Package/olsrd
|
define Package/olsrd
|
||||||
$(call Package/olsrd/template)
|
$(call Package/olsrd/template)
|
||||||
MENU:=1
|
MENU:=1
|
||||||
DEPENDS:=+libpthread +libubus
|
DEPENDS:=+libpthread +libubus +iptables +ip6tables
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/olsrd/conffiles
|
define Package/olsrd/conffiles
|
||||||
|
|||||||
Reference in New Issue
Block a user