Re: [PATCH] build: SDK/IB reproducible and faster compression

2020-08-20 Thread Paul Spooren
As friends of reproducible builds please have a look at this patch. On 13.08.20 13:46, Paul Spooren wrote: Both IB and SDK now use the same logic for packing. This commit add reproducible multithread compression to the SDK and corrects the file mtime for both. Previously all files where just

[PATCH] build: add whatdepends target to imagebuilder

2020-08-20 Thread Paul Spooren
The package manager `opkg` offers the function `whatdepends` to print packages that depend on a specific package. This feature is useful when used in a CI to not only build an upgraded package but all packages with a dependency. Usage: make whatdepends PACKAGE=libipset The resulting list

[PATCH v2 2/2] pistachio: use generic diag.sh

2020-08-20 Thread Adrian Schmutzler
Remove local diag.sh in favor of generic one and add the required led-* aliases to DTS. Signed-off-by: Adrian Schmutzler --- target/linux/pistachio/base-files/etc/diag.sh | 30 --- ...-MIPS-DTS-img-marduk-Add-led-aliases.patch | 27 + 2 files changed, 27

[PATCH v2 1/2] pistachio: use vendor_model scheme for device/image name

2020-08-20 Thread Adrian Schmutzler
This uses the vendor_model scheme for the device/image name in order to make this consistent to most other targets. Signed-off-by: Adrian Schmutzler --- target/linux/pistachio/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 19.07] tools/tplink-safeloader: use soft_ver 1.9.1 for archer c6 v2

2020-08-20 Thread Baptiste Jonglez
From: Alexander Couzens TP-LINK published a firmware update for the archer c6 v2. This updates also reached the factory devices. Newer software version rejects downgrading to 1.2.x. Use 1.9.x to allow installing the factory images and have a little bit time to change it again. Tested on archer

RE: Announcement: Removal of 4.14 kernel from master

2020-08-20 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Mauro Mozzarelli > Sent: Donnerstag, 20. August 2020 16:08 > To: openwrt-devel@lists.openwrt.org > Subject: Re: Announcement: Removal of 4.14 kernel from master > > Why is ar71xx no

Re: Announcement: Removal of 4.14 kernel from master

2020-08-20 Thread Jo-Philipp Wich
Hi, > Why is ar71xx no longer going to be supported? because development shifted towards the upstream-approved and device tree based ath79 target. > This includes Netgear WNDR-3700-v4 which is a very popular and reliable router > in the OpenWRT community. The Netgear WNDR-3700-v4 is supported

Re: Announcement: Removal of 4.14 kernel from master

2020-08-20 Thread Mauro Mozzarelli
Why is ar71xx no longer going to be supported? This includes Netgear WNDR-3700-v4 which is a very popular and reliable router in the OpenWRT community. On 20/08/2020 14:32, Adrian Schmutzler wrote: Hi all, I've sent a few reminders about this topic already, and in yesterday's virtual

Merged: options: fix parsing of boolean attributes

2020-08-20 Thread Jo-Philipp Wich
Merged into project/firewall3.git, branch master at http://git.openwrt.org/?p=project/firewall3.git. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Announcement: Removal of 4.14 kernel from master

2020-08-20 Thread Adrian Schmutzler
Hi all, I've sent a few reminders about this topic already, and in yesterday's virtual meeting we decided to finally remove the 4.14 kernel support in master _before_ branching a 20.xx branch. Therefore, I announce that the support for 4.14 as well as the following targets not updated beyond

Re: [PATCH] options: fix parsing of boolean attributes

2020-08-20 Thread Henrique de Moraes Holschuh
On 19/08/2020 21:34, Rémi NGUYEN VAN wrote: I see this is getting mixed with other patches, so to be clear this is a patch for firewall3 (see https://bugs.openwrt.org/index.php?do=details_id=3284). Let me know if there is a better place to post this. Use "[PATCH] fw3: " (or "firewall3: ...")

[PATCH V2 rpc] rc: new ubus object for handling /etc/init.d/ scripts

2020-08-20 Thread Rafał Miłecki
From: Rafał Miłecki This commit adds "rc" ubus object with methods "list" and "exec" for listing and calling init.d script appropriately. It's useful for all kind of UIs (e.g. LuCI) and custom apps. Example: root@OpenWrt:~# ubus call rc list { "blockd": { "enabled":

Re: Licensing an OpenWrt router - No response to Trademark use

2020-08-20 Thread Piotr Dymacz
Hi Scott, On 19.08.2020 23:57, Heppler, J. Scott wrote: Too much effort to say "No interest at this time?" I agree, we do have problem answering e-mails from contact@ inbox. But I hope we will soon sort it out and get better at it. -- Cheers, Piotr On Aug 19, 2020: 23:25, Piotr Dymacz

Re: Licensing an OpenWrt router - No response to Trademark use

2020-08-20 Thread John Crispin
On 19.08.20 23:25, Piotr Dymacz wrote: Hi Scott, On 18.08.2020 23:27, Heppler, J. Scott wrote: request. Reply-To: Organization: I sent an email to cont...@openwrt.org, subject line Trademark Use Request, inquiring about crowd funding an OpenWrt router.  I never received a reply.  The email

[PATCH] tools: always create $STAGING_DIR/usr/{include,lib}

2020-08-20 Thread Andre Heider
rules.mk always passes these as -I/-L to the toolchain. Fixes rare errors like: cc1: error: staging_dir/target-aarch64_cortex-a53_musl/usr/include: No such file or directory [-Werror=missing-include-dirs] Signed-off-by: Andre Heider --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1