From 54013375f5cd90feeb56fc16c471dd61cad919a1 Mon Sep 17 00:00:00 2001 From: Qosmio Date: Tue, 26 Mar 2024 12:20:18 -0400 Subject: [PATCH] qca-nss-ecm: add ethtool dependency Enforce dependency as it is used by 'disable_offloads' script --- qca-nss-ecm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/qca-nss-ecm/Makefile b/qca-nss-ecm/Makefile index cefbdf6..ac73853 100644 --- a/qca-nss-ecm/Makefile +++ b/qca-nss-ecm/Makefile @@ -23,6 +23,7 @@ define KernelPackage/qca-nss-ecm CATEGORY:=Kernel modules SUBMENU:=Network Support DEPENDS:=@(TARGET_qualcommax||TARGET_ipq60xx) \ + +ethtool \ +kmod-nf-conntrack \ +@NSS_DRV_IPV6_ENABLE \ +@NSS_DRV_VIRT_IF_ENABLE \