diff options
| author | Christian Marangi | 2025-11-27 11:47:33 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-27 11:47:43 +0000 |
| commit | 15f2a8c4f2fb2815187a2f94c822cbba0cbe7778 (patch) | |
| tree | bb509996a4f8741564fea3d05c64772146ad825c | |
| parent | 6c037b6bd06587f025a177ee675b1351ef961e98 (diff) | |
| download | openwrt-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/Makefile | 2 |
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 |