Skip to content

Commit 26e3750

Browse files
olsrd: switch to firewall4
Firewall4 uses nftables instead of iptables. Use iptables-nft for installing smart-gw-rules. Fixes: openwrt#731 ("Certain upstream switch to firewall4 aka nftables instead of iptables") Signed-off-by: Nick Hainke <[email protected]>
1 parent 699106a commit 26e3750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

olsrd/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endef
3434
define Package/olsrd
3535
$(call Package/olsrd/template)
3636
MENU:=1
37-
DEPENDS:=+libpthread +libubus
37+
DEPENDS:=+libpthread +libubus +iptables +ip6tables
3838
endef
3939

4040
define Package/olsrd/conffiles

0 commit comments

Comments
 (0)