[OpenWrt-Devel] [PATCH] ubus: Correct usage of timeout on poll function

2015-12-06 Thread Karl Vogel
As the man page explains: "Specifying a timeout of zero causes poll() to return immediately, even if no file descriptors are ready." The use of 0 as timeout could cause libubus to busy loop if the socket was non-blocking. For blocking sockets, this was less apparent as the subsequent read() would

Re: [OpenWrt-Devel] [PATCH v6 5/6] ar71xx: scan nand ubi partition for ath9k eeprom files

2015-12-06 Thread Vittorio G (VittGam)
On 05/12/2015 23:48:07 CET, Christian Lamparter wrote: mtd=$(find_mtd_chardev $part) [ -n "$mtd" ] || \ - ath9k_eeprom_die "no mtd device found for partition $part" + mtd="/dev/$(nand_find_volume $ubidev $part)" + [ -n "$mtd" ] || \ +

Re: [OpenWrt-Devel] [PATCH v6 5/6] ar71xx: scan nand ubi partition for ath9k eeprom files

2015-12-06 Thread Yousong Zhou
Hello, Christian, a few nitpicks inline :) On 6 December 2015 at 06:48, Christian Lamparter wrote: > From: Chris R Blake > > The MR18 stores the ath9k eeprom values on the NAND. > This patch makes it possible to retrieve the images > from there. > > Signed-off-by: Chris R Blake > --- > package

[OpenWrt-Devel] [PATCH] ar71xx: image for AP121/16M

2015-12-06 Thread Norbert Wegener
Build image for the AP121 reference board with 16MB flash. Signed-off-by: Norbert Wegener --- target/linux/ar71xx/image/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index d12ad8b..87da05d

Re: [OpenWrt-Devel] [PATCH] [ipq806x] Add initial support for TP-Link Archer C2600

2015-12-06 Thread Josh Bendavid
From: Josh Bendavid Add initial support for Archer C2600 to Makefiles and profiles. This is sufficient to build a working factory image. Sysupgrade image is not implemented yet. Currently wired network is working, but LED's/buttons/wireless are not. Updated to create a separate dts file for c

[OpenWrt-Devel] [PATCH v2] tools/squashfs: add argument -fixed-time to set all timestamps

2015-12-06 Thread Alexander Couzens
-fixed-time set mkfs-timestamp and file-mtime to this timestamp. Reproducible builds requires the removal of all timestamp or setting all to a specific one. Signed-off-by: Alexander Couzens --- Changelog: v2: - use global instead of argument passing - remove some patch hunks which aren't n

[OpenWrt-Devel] [PATCH] [v6] ramips: add additional support for MQmaker WiTi board

2015-12-06 Thread Sebastian Careba
The board is based on mt7621AT cpu, and has 16mb nor flash, 256mb of ram, 2 sata ports, microsd card slot, 1 USB 3.0 port and at least one 2.4 and one 5 ghz antenna. This is the 6th submission that adds support for XHCI in the device tree file, along with switching the location of the 2 radio's

Re: [OpenWrt-Devel] [PATCH] lantiq: fix logic error in dsl board.d code

2015-12-06 Thread Jo-Philipp Wich
Hi Mathias, you're right - I accidentally inverted the logic. Patch committed with r47793. ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/ma