[PATCH] iproute2: update to 5.10.0

2020-12-30 Thread Russell Senior
c8faeca5 (ss: mptcp: fix add_addr_accepted stat print, 2020-11-18) 0d78e8ea (tc: pedit: fix memory leak in print_pedit, 2020-12-11) ec1346ac (devlink: fix memory leak in cmd_dev_flash(), 2020-12-11) 309e6027 (man: tc-flower: fix manpage, 2020-12-11) 376367d9 (uapi: merge in change to bpf.h,

[PATCH] usbreset: remove redundant package

2020-12-30 Thread Paul Spooren
The package `usbutils` already offers an USB reset function, this package is therefore not really required standalone. CC: Jo-Philipp Wich Signed-off-by: Paul Spooren --- package/utils/usbreset/Makefile | 39 - package/utils/usbreset/src/usbreset.c | 236 --

Re: [PATCH] usbutils: remove

2020-12-30 Thread Paul Spooren
On Mi, Dez 30, 2020 at 10:03, Bjørn Mork wrote: Rosen Penev writes: I have git send-email preset to send stuff to this email address. I usually don't CC anyone. I don't understand what "maintainer" means in an OpenWrt context... My understanding is that a maintainer is a reasonable

Re: [PATCH] build/prereq: merge ifndef IB block together

2020-12-30 Thread Paul Spooren
On Mi, Dez 30, 2020 at 18:28, Baptiste Jonglez wrote: Hi, On 29-12-20, Paul Spooren wrote: Multiple prereq checks are only required within the build system but not for the ImageBuilder. These checks are excluded by using ifndef IB. This commit merges the three ifndef IB blocks

AW: [PATCH] ramips: Adds support for Comfast CF-E538AC

2020-12-30 Thread Thomas Endt
> Is there already a device wiki page where I can see dmesg output of the > device booting OpenWrt? See https://openwrt.org/inbox/toh/comfast/comfast_cf-e538ac Regards, Thomas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[PATCH netifd] scripts: Add scripts/netifd-netinfo.sh

2020-12-30 Thread Leonardo Mörlein
This script aims to give users a quick insight into the current netifd state by calling the ubus api and displaying the results in a human readable format. ---snip--- $ netinfo INTERFACE L3_DEVICE UP AVAILABLE AUTOSTART DYNAMIC PENDING PROTO

[PATCH uclient] uclient-fetch: document missing options

2020-12-30 Thread Baptiste Jonglez
From: Baptiste Jonglez Missing ones were: --no-proxy, --quiet, --continue / -c Also improved readability of several options. Signed-off-by: Baptiste Jonglez --- uclient-fetch.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/uclient-fetch.c b/uclient-fetch.c

[PATCH] kernel-build: fix STRIP_KERNEL_EXPORTS for 64-bit kernels

2020-12-30 Thread Rui Salvaterra
While parsing the nm output, we need to account for the fact that 64-bit kernels have 64-bit wide addresses. While at it, replace the grep | sed combo with a single awk invocation and a stronger regex. Fixes: 2ef0acc5fcda557fa5aaad35d27cb8cf75be96d2 "kernel-build: fix STRIP_KERNEL_EXPORTS for

Persistent HTTP(S) connections in opkg

2020-12-30 Thread Baptiste Jonglez
Following the discussion in http://lists.openwrt.org/pipermail/openwrt-devel/2020-November/032297.html There are basically two options to implement persistent connections in opkg: 1) keep calling "wget", but pass the list of all packages to download at once. On the host, wget already

Re: [PATCH] build/prereq: merge ifndef IB block together

2020-12-30 Thread Baptiste Jonglez
Hi, On 29-12-20, Paul Spooren wrote: > Multiple prereq checks are only required within the build system but not > for the ImageBuilder. These checks are excluded by using ifndef IB. > > This commit merges the three ifndef IB blocks together. To clarify, this is only cosmetic, right? I just saw

Re: [PATCH] usbutils: remove

2020-12-30 Thread Rosen Penev
On Wed, Dec 30, 2020 at 1:03 AM Bjørn Mork wrote: > > Rosen Penev writes: > > > I have git send-email preset to send stuff to this email address. I > > usually don't CC anyone. > > I don't understand what "maintainer" means in an OpenWrt context... > > Anyway, do you plan to do something about

Re: [PATCH] usbutils: remove

2020-12-30 Thread Bjørn Mork
Rosen Penev writes: > I have git send-email preset to send stuff to this email address. I > usually don't CC anyone. I don't understand what "maintainer" means in an OpenWrt context... Anyway, do you plan to do something about usbreset as well, or will that be left as a redundant package?