Skip to content

Commit ccfa908

Browse files
ethtool: drop rss-input-xfrm compatibility patch
The rss-input-xfrm workaround for Linux 6.6 is no longer needed with current kernel versions. Remove the patch and the associated --enable-rss-input-xfrm configure flag. Link: openwrt#22841 Signed-off-by: Nick Hainke <vincent@systemli.org>
1 parent 27f974f commit ccfa908

File tree

2 files changed

+1
-76
lines changed

2 files changed

+1
-76
lines changed

package/network/utils/ethtool/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=ethtool
1111
PKG_VERSION:=6.19
12-
PKG_RELEASE:=1
12+
PKG_RELEASE:=2
1313

1414
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
1515
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
@@ -61,9 +61,6 @@ else
6161
CONFIGURE_ARGS += --disable-netlink --disable-pretty-dump
6262
endif
6363

64-
# enable support for input_xfrm with kernels newer than 6.6
65-
CONFIGURE_ARGS += --enable-rss-input-xfrm
66-
6764
define Package/ethtool/install
6865
$(INSTALL_DIR) $(1)/usr/sbin
6966
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ethtool $(1)/usr/sbin

package/network/utils/ethtool/patches/0001-ethtool-make-building-for-RSS-input-xfrm-optional.patch

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)