On Tue, Jan 23, 2018 at 4:57 AM, Rosen Penev wrote:
> setenv is prefered according to POSIX. Also allows staticly allocated strings.
>
> Saves 200 bytes when stripped. 400 without.
>
> Signed-off-by: Rosen Penev
> ---
> service/instance.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletion
On Tue, Jan 23, 2018 at 12:09 AM, Alexandru Ardelean
wrote:
> On Tue, Jan 23, 2018 at 4:57 AM, Rosen Penev wrote:
>> setenv is prefered according to POSIX. Also allows staticly allocated
>> strings.
>>
>> Saves 200 bytes when stripped. 400 without.
>>
>> Signed-off-by: Rosen Penev
>> ---
>> se
Update Linux kernel version from 4.9 to 4.14 for archs38.
config-4.14 was simply regenerated with "make kernel_menuconfig".
Signed-off-by: Evgeniy Didin
Cc: Alexey Brodkin
Cc: John Crispin
---
target/linux/archs38/Makefile | 2 +-
target/linux/archs38/{config-4.9 => confi
setenv is prefered according to POSIX. Also allows staticly allocated strings.
Saves 200 bytes when stripped. 432 without.
Signed-off-by: Rosen Penev
---
service/instance.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/service/instance.c b/service/instance.c
index 12c
I just realized the original code leaks memory. ld_preload was not freed.
On Tue, Jan 23, 2018 at 12:30 PM, Rosen Penev wrote:
> setenv is prefered according to POSIX. Also allows staticly allocated strings.
>
> Saves 200 bytes when stripped. 432 without.
>
> Signed-off-by: Rosen Penev
> ---
>
When CGROUPS is enabled the new option CONFIG_CGROUP_NET_CLASSID is
selectable and not handled.
Add this option to the 4.9 kernel configuration.
Signed-off-by: Hans Dedecker
---
target/linux/generic/config-4.9 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/generic/config-4.9 b/
Should be resolved in 4.4.113 and 4.9.78 that are now available.
Cheers,
Nick
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
disable the Nokia BT UART present on Nikia N9, N900 & N950 added in 4.12.
Signed-off-by: Tim Harvey
---
package/kernel/linux/modules/other.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/linux/modules/other.mk
b/package/kernel/linux/modules/other.mk
index 1c7869e..1655c14
The Cavium OCTEON TX is an ARM 64-bit SoC leveraging CPU cores and
periperhals from the Cavium ThunderX SoC.
This initial support provides a 4.14 kernel and kernel+initramfs that is
bootable on the Gateworks Newport GW630x as well as the Cavium sff8104
reference board.
Signed-off-by: Tim Harvey
At least one application (transmission) depends on CURL_CA_BUNDLE being
set in order to operate properly (Could not connect to tracker errors).
As far as I can tell, there's no real drawback to doing this for all
TLS libraries supported by curl.
Signed-off-by: Rosen Penev
---
package/network/uti
10 matches
Mail list logo