From 1d98aff7780dcb29dbb9e5380a784de74874635e Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Fri, 14 Mar 2025 20:23:32 +0100 Subject: [PATCH] Add deps for qosmate Just want to test the qosmate on different builds. --- configs/common/main-router | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configs/common/main-router b/configs/common/main-router index debb8c7..3f92978 100644 --- a/configs/common/main-router +++ b/configs/common/main-router @@ -102,6 +102,14 @@ CONFIG_PACKAGE_kmod-ipt-core=y CONFIG_PACKAGE_kmod-nft-compat=y CONFIG_PACKAGE_kmod-ipt-ipopt=y +# just additional kmods for qosmate - just in case +CONFIG_PACKAGE_ip-full=y +CONFIG_PACKAGE_kmod-sched=y +CONFIG_PACKAGE_kmod-veth=y +CONFIG_PACKAGE_kmod-netem=y +CONFIG_PACKAGE_kmod-sched-ctinfo=y +CONFIG_PACKAGE_kmod-sched-red=y + # ddns CONFIG_PACKAGE_luci-app-ddns=y CONFIG_PACKAGE_ddns-scripts=y