Skip to content

Commit

Permalink
firewall4: drop kmod-ipt-nat from CONFLICTS
Browse files Browse the repository at this point in the history
The limitation of not being able to use iptables and nft nat at the same
time exists only in kernels before 4.18.

Signed-off-by: Stijn Tintel <[email protected]>
Reviewed-by: Jo-Philipp Wich <[email protected]>
  • Loading branch information
stintel committed Jan 6, 2022
1 parent b61d756 commit 3d4acc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/network/config/firewall4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ define Package/firewall4
CATEGORY:=Base system
TITLE:=OpenWrt 4th gen firewall
DEPENDS:=+ucode +ucode-mod-fs +ucode-mod-uci +ucode-mod-ubus +kmod-nft-core +kmod-nft-fib +kmod-nft-nat +kmod-nft-nat6 +nftables-json
CONFLICTS:=firewall kmod-ipt-nat
CONFLICTS:=firewall
endef

define Package/firewall4/description
Expand Down

0 comments on commit 3d4acc3

Please sign in to comment.