On 18. 08. 22 20:32, Robert Marko wrote:
On Thu, 18 Aug 2022 at 20:07, Enrico Mioso wrote:
Hello all!!
In my opinion, it would be better to try keeping this option available.
Surely, !IPV6 is not a common scenario these days. But I think OpenWrt might be
useful to catch bugs like the one fix
On Thu, 18 Aug 2022 at 20:07, Enrico Mioso wrote:
>
> Hello all!!
>
> In my opinion, it would be better to try keeping this option available.
> Surely, !IPV6 is not a common scenario these days. But I think OpenWrt might
> be useful to catch bugs like the one fixed in commit
> 77fc73ac89be96ec8f
Hello all!!
In my opinion, it would be better to try keeping this option available.
Surely, !IPV6 is not a common scenario these days. But I think OpenWrt might be
useful to catch bugs like the one fixed in commit
77fc73ac89be96ec8f39e8efa53885caa7cb3645
in the Linux kernel's git tree.
So, for
On 8/18/22 11:44, Joerg Werner wrote:
Signed-off-by: Joerg Werner
---
include/iwinfo.h | 22 --
iwinfo_cli.c | 6 ++
iwinfo_lua.c | 6 ++
iwinfo_nl80211.c | 14 --
iwinfo_utils.c | 10 --
5 files changed, 40 insertions(+), 18 del
> On 18. Aug 2022, at 16:07, Stijn Tintel wrote:
>
> On 18/08/2022 17:03, Thibaut wrote:
>>> Le 18 août 2022 à 15:40, Stijn Tintel a écrit :
>>>
>>> On 16/08/2022 20:00, Thibaut VARÈNE wrote:
Disabling this build tunable breaks build and seems unrealistically
likely to be fixed.
>>>
> On 18. Aug 2022, at 16:07, Stijn Tintel wrote:
>
> On 18/08/2022 17:03, Thibaut wrote:
>>> Le 18 août 2022 à 15:40, Stijn Tintel a écrit :
>>>
>>> On 16/08/2022 20:00, Thibaut VARÈNE wrote:
Disabling this build tunable breaks build and seems unrealistically
likely to be fixed.
>>>
On 18/08/2022 17:03, Thibaut wrote:
>> Le 18 août 2022 à 15:40, Stijn Tintel a écrit :
>>
>> On 16/08/2022 20:00, Thibaut VARÈNE wrote:
>>> Disabling this build tunable breaks build and seems unrealistically
>>> likely to be fixed.
>>>
>>> This patch sets the related CONFIG to always true and remo
On 16/08/2022 20:00, Thibaut VARÈNE wrote:
Disabling this build tunable breaks build and seems unrealistically
likely to be fixed.
This patch sets the related CONFIG to always true and removes the
config prompt, keeping the change minimal, and, should !CONFIG_IPV6 ever
be fixed, easy to revert.
Signed-off-by: Joerg Werner
---
include/iwinfo.h | 22 --
iwinfo_cli.c | 6 ++
iwinfo_lua.c | 6 ++
iwinfo_nl80211.c | 14 --
iwinfo_utils.c | 10 --
5 files changed, 40 insertions(+), 18 deletions(-)
diff --git a/include/iwinfo.h b/inc