[OpenWrt-Devel] [PATCH] kernel: use older kernel for explicitly setting dependencies

2020-01-24 Thread Adrian Schmutzler
It is generally more desirable to use older kernel versions for dependencies, as this will require less changes when newer kernels are added (they will by default select the newer packages). Since we currently only have two kernels (4.14 and 4.19) in master, this patch applies this logic by conver

[OpenWrt-Devel] [PATCH v3] fw3: robustify flow table detection.

2020-01-24 Thread Rui Salvaterra
v3: changed strncmp to strcmp, since both strings are null-terminated. v2: addressed Petr Štetiar's concerns and also changed the generic helper to check for the availability of IPv4 or IPv6 targets, as needed. The flow table detection fails if the respective target module is built-in, since it's

Re: [OpenWrt-Devel] [PATCH] fw3: robustify flow table detection.

2020-01-24 Thread Rui Salvaterra
Gah, I messed up the subject line. Will resend shortly, sorry for the noise. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] fw3: robustify flow table detection.

2020-01-24 Thread Rui Salvaterra
v3: changed strncmp to strcmp, since both strings are null-terminated. v2: addressed Petr Štetiar's concerns and also changed the generic helper to check for the availability of IPv4 or IPv6 targets, as needed. The flow table detection fails if the respective target module is built-in, since it's

Re: [OpenWrt-Devel] [RFC] commit message in YAML format for new devices

2020-01-24 Thread Paul Spooren
Hi, I created a very basic script which should be extended to show all hardware information needed. Once that works I'd package it. https://forum.openwrt.org/t/script-convert-device-information-to-yaml/53516 Best, Paul On 1/12/20 11:47 AM, Paul Spooren wrote: Hi all, some time ago I create