projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c037b6
)
ethtool: drop dependency on kernel 6.6
author
Christian Marangi
<
[email protected]
>
Thu, 27 Nov 2025 11:47:33 +0000
(12:47 +0100)
committer
Christian Marangi
<
[email protected]
>
Thu, 27 Nov 2025 11:47:43 +0000
(12:47 +0100)
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]
>
package/network/utils/ethtool/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/ethtool/Makefile
b/package/network/utils/ethtool/Makefile
index 991ee293a94a68c81ea9406fdb30a5e4cce63c5e..163ba2daa1090a2d0b1a57475095acd7272c3e89 100644
(file)
--- 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