mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-04 05:32:27 +00:00
firewall4: drop kmod-ipt-nat from CONFLICTS
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 <stijn@linux-ipv6.be> Reviewed-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
b61d756b6c
commit
3d4acc34bb
@ -22,7 +22,7 @@ define Package/firewall4
|
|||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
TITLE:=OpenWrt 4th gen firewall
|
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
|
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
|
endef
|
||||||
|
|
||||||
define Package/firewall4/description
|
define Package/firewall4/description
|
||||||
|
Loading…
Reference in New Issue
Block a user