From: Christian Marangi Date: Thu, 27 Nov 2025 11:47:33 +0000 (+0100) Subject: ethtool: drop dependency on kernel 6.6 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=15f2a8c4f2fb2815187a2f94c822cbba0cbe7778;p=openwrt%2Fstaging%2Fxback.git ethtool: drop dependency on kernel 6.6 Since now we default to 6.12 and we dropped any support for kernel 6.6, drop any dependency on it. Signed-off-by: Christian Marangi --- diff --git a/package/network/utils/ethtool/Makefile b/package/network/utils/ethtool/Makefile index 991ee293a9..163ba2daa1 100644 --- a/package/network/utils/ethtool/Makefile +++ b/package/network/utils/ethtool/Makefile @@ -58,9 +58,7 @@ CONFIGURE_ARGS += --disable-netlink --disable-pretty-dump endif # enable support for input_xfrm with kernels newer than 6.6 -ifeq ($(CONFIG_LINUX_6_6),) CONFIGURE_ARGS += --enable-rss-input-xfrm -endif define Package/ethtool/install $(INSTALL_DIR) $(1)/usr/sbin