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
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" ] || \
+
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
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
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
-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
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
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