From 6d071081e7de2881d4340e25a3721fb7ef58806e Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 31 Jan 2023 14:22:59 +0800 Subject: [PATCH] target: remove iptables translate from default Signed-off-by: Tianling Shen --- include/target.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/target.mk b/include/target.mk index e2a58f195a..cdf321c4ca 100644 --- a/include/target.mk +++ b/include/target.mk @@ -65,8 +65,6 @@ DEFAULT_PACKAGES.tweak:=\ autocore \ block-mount \ default-settings-chn \ - iptables-nft \ - ip6tables-nft \ kmod-nf-nathelper \ kmod-nf-nathelper-extra \ luci-light \