From b2032b33358ceed24657bc28a8e698a9c0b36cd7 Mon Sep 17 00:00:00 2001 From: sbwml Date: Mon, 16 Sep 2024 07:08:02 +0800 Subject: [PATCH] minimal: add natflow config * cp: cannot stat 'bin/packages/x86_64/base/*natflow*.ipk': No such file or directory Signed-off-by: sbwml --- openwrt/23-config-minimal-common | 3 +++ openwrt/23-config-musl-r8500-minimal | 3 +++ 2 files changed, 6 insertions(+) diff --git a/openwrt/23-config-minimal-common b/openwrt/23-config-minimal-common index 120362d95..8f37e65ea 100644 --- a/openwrt/23-config-minimal-common +++ b/openwrt/23-config-minimal-common @@ -22,6 +22,9 @@ CONFIG_PACKAGE_iptables-nft=y CONFIG_PACKAGE_xtables-nft=y # CONFIG_PACKAGE_iptables-legacy is not set +# Natflow +CONFIG_PACKAGE_natflow=m + # SFE CONFIG_PACKAGE_kmod-fast-classifier=y CONFIG_PACKAGE_kmod-shortcut-fe-cm=y diff --git a/openwrt/23-config-musl-r8500-minimal b/openwrt/23-config-musl-r8500-minimal index d67704d79..a1e6e15a7 100644 --- a/openwrt/23-config-musl-r8500-minimal +++ b/openwrt/23-config-musl-r8500-minimal @@ -37,6 +37,9 @@ CONFIG_PACKAGE_iptables-nft=y CONFIG_PACKAGE_xtables-nft=y # CONFIG_PACKAGE_iptables-legacy is not set +# Natflow +CONFIG_PACKAGE_natflow=m + # SFE CONFIG_PACKAGE_kmod-fast-classifier=y CONFIG_PACKAGE_kmod-shortcut-fe-cm=y