diff options
author | David Bauer <mail@david-bauer.net> | 2021-03-04 01:17:44 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-08-05 01:47:07 +0200 |
commit | 1e3739923588d2460a053c0c0fcf3e0c84691b6e (patch) | |
tree | f826f3ec01223f4c10ddd55a637c123174b7ce0a /target/linux/generic | |
parent | d8583664415179488dd7b5db5d5813a19b219a55 (diff) | |
download | upstream-1e3739923588d2460a053c0c0fcf3e0c84691b6e.tar.gz upstream-1e3739923588d2460a053c0c0fcf3e0c84691b6e.tar.bz2 upstream-1e3739923588d2460a053c0c0fcf3e0c84691b6e.zip |
generic: enable netlink ethtool interface
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>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-5.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 889f914aa5..431fe9bb8c 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -1754,7 +1754,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 |