Re: [PATCH 2/2] generic: enable netlink ethtool interface

2021-03-05 Thread David Bauer
On 3/5/21 12:57 AM, Paul Spooren wrote: > What's the size change? 48 kiB ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [PATCH 2/2] generic: enable netlink ethtool interface

2021-03-04 Thread Paul Spooren
What's the size change? -- Mar 4, 2021 12:59:22 PM David Bauer : The virtual cable tester depends on the netlink interface for ethtool. Thus, enable it in the generic kernel configuration. Signed-off-by: David Bauer --- target/linux/generic/config-5.10 | 2 +- 1 file changed, 1 insertion(+),

[PATCH 2/2] generic: enable netlink ethtool interface

2021-03-04 Thread David Bauer
The virtual cable tester depends on the netlink interface for ethtool. Thus, enable it in the generic kernel configuration. Signed-off-by: David Bauer --- target/linux/generic/config-5.10 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/config-5.10 b/targe