Skip to content

Commit 15f2a8c

Browse files
committed
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 <[email protected]>
1 parent 6c037b6 commit 15f2a8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package/network/utils/ethtool/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ CONFIGURE_ARGS += --disable-netlink --disable-pretty-dump
5858
endif
5959

6060
# enable support for input_xfrm with kernels newer than 6.6
61-
ifeq ($(CONFIG_LINUX_6_6),)
6261
CONFIGURE_ARGS += --enable-rss-input-xfrm
63-
endif
6462

6563
define Package/ethtool/install
6664
$(INSTALL_DIR) $(1)/usr/sbin

0 commit comments

Comments
 (0)