From eaebd68aebd1520fde2dcefd54f08ea100da947d Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Mon, 10 Mar 2025 22:13:57 +0100 Subject: [PATCH] Install also kmods required by sqm scripts Just for making tests what is better: sqm or qosify. --- configs/common/main-router | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/common/main-router b/configs/common/main-router index 4f534f3..ee52a2e 100644 --- a/configs/common/main-router +++ b/configs/common/main-router @@ -95,6 +95,11 @@ CONFIG_PACKAGE_kmod-ifb=y CONFIG_PACKAGE_kmod-sched-bpf=y CONFIG_PACKAGE_kmod-sched-cake=y +# just additional kmods for sqm-scripts - just in case +CONFIG_PACKAGE_kmod-ipt-core=y +CONFIG_PACKAGE_kmod-nft-compat=y +CONFIG_PACKAGE_kmod-ipt-ipopt=y + # ddns CONFIG_PACKAGE_luci-app-ddns=y CONFIG_PACKAGE_ddns-scripts=y