From: David Bauer Date: Thu, 4 Mar 2021 00:17:44 +0000 (+0100) Subject: generic: enable netlink ethtool interface X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1e3739923588d2460a053c0c0fcf3e0c84691b6e;hp=d8583664415179488dd7b5db5d5813a19b219a55;p=openwrt%2Fstaging%2Fmkresin.git 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 --- 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