diff mbox series

[2/2] generic: enable netlink ethtool interface

Message ID 20210304225820.56006-2-mail@david-bauer.net
State Accepted
Delegated to: David Bauer
Headers show
Series [1/2] ethtool: add netlink build variant | expand

Commit Message

David Bauer March 4, 2021, 10:58 p.m. UTC
The virtual cable tester depends on the netlink interface for ethtool.
Thus, enable it in the generic kernel configuration.

Signed-off-by: David Bauer <mail@david-bauer.net>
---
 target/linux/generic/config-5.10 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paul Spooren March 4, 2021, 11:57 p.m. UTC | #1
What's the size change?
David Bauer March 5, 2021, 7:11 p.m. UTC | #2
On 3/5/21 12:57 AM, Paul Spooren wrote:
> What's the size change?

48 kiB
diff mbox series

Patch

diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index 0fd3e0f5a8..a51605592d 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -1715,7 +1715,7 @@  CONFIG_EPOLL=y
 # CONFIG_ET131X is not set
 CONFIG_ETHERNET=y
 # CONFIG_ETHOC is not set
-# CONFIG_ETHTOOL_NETLINK is not set
+CONFIG_ETHTOOL_NETLINK=y
 CONFIG_EVENTFD=y
 # CONFIG_EVM is not set
 # CONFIG_EXFAT_FS is not set