summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Marangi2025-11-27 11:47:33 +0000
committerChristian Marangi2025-11-27 11:47:43 +0000
commit15f2a8c4f2fb2815187a2f94c822cbba0cbe7778 (patch)
treebb509996a4f8741564fea3d05c64772146ad825c
parent6c037b6bd06587f025a177ee675b1351ef961e98 (diff)
downloadopenwrt-15f2a8c4f2fb2815187a2f94c822cbba0cbe7778.tar.gz
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 <ansuelsmth@gmail.com>
-rw-r--r--package/network/utils/ethtool/Makefile2
1 files changed, 0 insertions, 2 deletions
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