Re: [OpenWrt-Devel] [PATCH] Honour NO_COLOR in include/scan.mk

2019-01-29 Thread Jo-Philipp Wich
Hi, your patch would disable the complete output if NO_COLOR is set. That does not seem to meet the expected behavior. Looks like the fallback path should still print $(1) to stderr, just without ANSI escape sequences. ~ Jo signature.asc Description: OpenPGP digital signature

Re: [OpenWrt-Devel] Invalid revision range

2019-01-29 Thread R. Diez via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- If Git fails with a "fatal"

[OpenWrt-Devel] [PATCH] ramips: fix D-Link DIR-615 H1 switch port mapping

2019-01-29 Thread Mirko Parthey
Reuse a device-specific switch port mapping which also applies to the D-Link DIR-615 H1. Signed-off-by: Mirko Parthey --- target/linux/ramips/base-files/etc/board.d/02_network | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/base-files/etc/board.d/02_network

[OpenWrt-Devel] [PATCH] build: add helpers for generating QSDK sysupgrade compatible images

2019-01-29 Thread Piotr Dymacz
Qualcomm SDK (QSDK) sysupgrade compatible images for IPQ40xx, IPQ806x and IPQ807x use FIT format together with 'dumpimage' tool from U-Boot for verifying and extracting them. Based on 'images' sections names, corresponding mtd partitions are flashed. For example, in case of NOR-only boards, below

Re: [OpenWrt-Devel] [PATCH] usbgadget: Add new package

2019-01-29 Thread Petr Štetiar
Karl Palsson [2019-01-29 15:42:05]: > Does this work for providing a console on the ACM interface? I haven't had this use case in my mind, but I've just tested it, and I'm able to get console access over ACM interface if I change kernel cmdline to console=ttyGS0. BTW I've tried to do it first

Re: [OpenWrt-Devel] [PATCH] usbgadget: Add new package

2019-01-29 Thread Karl Palsson
Does this work for providing a console on the ACM interface? Petr Štetiar wrote: > This package allows easier configuration of USB gadgets via > standard UCI interface. So far only CDC/ACM has been > implemented and tested. > > Signed-off-by: Petr Štetiar signature.html Description: OpenPGP

[OpenWrt-Devel] [PATCH] usbgadget: Add new package

2019-01-29 Thread Petr Štetiar
This package allows easier configuration of USB gadgets via standard UCI interface. So far only CDC/ACM has been implemented and tested. Signed-off-by: Petr Štetiar --- package/utils/usbgadget/Makefile | 33 ++ package/utils/usbgadget/files/usbgadget.config | 21 ++