Re: [PATCH 2/2] ethtool: add optional netlink support

2021-05-26 Thread Robert Marko
On Wed, 26 May 2021 at 20:01, David Bauer wrote: > > Hi Robert, > > On 5/16/21 6:01 PM, Robert Marko wrote: > > Netlink support is required for stuff like cable testing, > > so offer it as an option. > > > > Signed-off-by: Robert Marko > > --- > > package/network/utils/ethtool/Makefile | 11

Re: [PATCH 2/2] ethtool: add optional netlink support

2021-05-26 Thread David Bauer
Hi Robert, On 5/16/21 6:01 PM, Robert Marko wrote: > Netlink support is required for stuff like cable testing, > so offer it as an option. > > Signed-off-by: Robert Marko > --- > package/network/utils/ethtool/Makefile | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) > >

[PATCH 2/2] ethtool: add optional netlink support

2021-05-16 Thread Robert Marko
Netlink support is required for stuff like cable testing, so offer it as an option. Signed-off-by: Robert Marko --- package/network/utils/ethtool/Makefile | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/package/network/utils/ethtool/Makefile